User Tools

Site Tools


en:documentation:installation_on_linux_debian

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:documentation:installation_on_linux_debian [2015/12/20 18:03] pchen:documentation:installation_on_linux_debian [2025/11/01 19:58] (current) dokuadmin
Line 2: Line 2:
  
 The Debian packages are available to enable automatic installation using apt-get.\\ The Debian packages are available to enable automatic installation using apt-get.\\
-Supported architecture are i386, amd64, armhf.+Supported architecture are amd64, arm64 and armhf.
  
-Firstopen a root shell or use sudo.+All this command require administrative right and must be run with the root user. They are given as example and you must adapt them to your favorite way to install new software: GUI, root shell, su, ...
  
-Add Patrick Chevalley's signature to APT:+If your Debian system is setup to allow the use of sudo you can follow the instruction for [[installation_on_linux_ubuntu|Ubuntu]] that are more simple.
  
-<code>apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D79BF92A</code>+This procedure work without using the deprecated apt-key command after it remove an eventual old key: 
 +<code> 
 +apt-key del 8B8B57C1AA716FC2 
 +rm /etc/apt/sources.list.d/skychart.list
  
-Add a new source file in ''/etc/apt/sources.list.d'' \\ +wget -O 8B8B57C1AA716FC2.key "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x8B8B57C1AA716FC2" 
-For the stable version do:+gpg --no-default-keyring --keyring ./skychart-temp-keyring.gpg --import 8B8B57C1AA716FC2.key 
 +gpg --no-default-keyring --keyring ./skychart-temp-keyring.gpg --export --output skychart.gpg 
 +rm skychart-temp-keyring.gpg 8B8B57C1AA716FC2.key 
 +mkdir /usr/local/share/keyrings/ 
 +mv skychart.gpg /usr/local/share/keyrings/
  
-<file>echo "deb http://www.ap-i.net/apt stable main" > /etc/apt/sources.list.d/skychart.list </file>+cat <<EOF  /etc/apt/sources.list.d/skychart.sources 
 +Types: deb 
 +URIs: http://www.ap-i.net/apt
 +Suites: unstable 
 +Components: main 
 +Signed-By: /usr/local/share/keyrings/skychart.gpg 
 +EOF 
 +</code>
  
-If you want more frequent update with the development version do: +Be sure to use "unstable" in the last command above to get the last beta version that support new distribution version.
- +
-<file>echo "deb http://www.ap-i.net/apt unstable main> /etc/apt/sources.list.d/skychart.list </file>+
  
 Then refresh your package list, from a command line type: Then refresh your package list, from a command line type:
- 
 <code>apt-get update</code> <code>apt-get update</code>
  
-To install the software with all the prerequisite and the additional data files:+To install the software: 
 +<code>apt-get install skychart</code>
  
-<code>apt-get install skychart</code>+If you want to show artificial satellites also do: 
 +<code>apt-get install wine</code>
  
-The prerequisite software are normally automatically installed. +That's allexit the root shell and type skychart to run the programPlease never run skychart as root.
-If notcheck you have the packages libpasastro, libgtk2.0-0, libglib2.0-0, libpango1.0-0, libjpeg62, libpng12-0, libsqlite3-0, xplanet, indi, ffmpeg +
  
-That's allexit the root shell and type skychart to run the program.+To install more data from different star and DSO cataloguse the menu Update / Install object catalog.
  
 The update for a new version is done at the same time as the standard update for the other software of your distribution, normally once a week on Monday for the unstable release. The update for a new version is done at the same time as the standard update for the other software of your distribution, normally once a week on Monday for the unstable release.
en/documentation/installation_on_linux_debian.1450630999.txt.gz · Last modified: 2015/12/20 18:03 by pch