User Tools

Site Tools


en:documentation:installation_on_linux_ubuntu

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_ubuntu [2019/06/17 08:02] pchen:documentation:installation_on_linux_ubuntu [2024/11/11 10:19] (current) pch
Line 1: Line 1:
 ====== Installation on Ubuntu ====== ====== Installation on Ubuntu ======
  
-Bellow installation procedure uses only command line approach, because this is the simpler way to follow instructions just by copy-pasting the commands in terminal. This instructions are tested with the currently supported versions of Ubuntu.+Bellow installation procedure uses only command line approach, because this is the simpler way to follow instructions just by copy-pasting the commands in terminal. This instructions are tested with the currently supported versions of Ubuntu.\\ 
 +This use a script with all the required command to setup the repository, If you prefer to do it the manual way please look at the [[installation_on_linux_debian|Debian instruction.]]
  
-  - Add Patrick Chevalley's signature to APT:\\ <code>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8B8B57C1AA716FC2</code> +  - Copy and paste this command to a terminal to install the Skychart repository: <code>bash <(wget -qO- https://raw.githubusercontent.com/pchev/skychart/master/setup_skychart_deb.sh) </code> Be sure to select the Beta version if you install on a recent distribution.\\ At this point you can install the program using the Software Center or continue using the command line with the instruction below  
-  - Add Skychart repository:<code>sudo sh -c "echo deb http://www.ap-i.net/apt stable main > /etc/apt/sources.list.d/skychart.list" </code> If you want more frequent update with the development version do: <code>sudo sh -c "echo deb http://www.ap-i.net/apt unstable main > /etc/apt/sources.list.d/skychart.list" </code> +  - Update repository:<code>sudo apt update</code> 
-  - Update repository:<code>sudo apt-get update</code> +  - Install Skychart :<code>sudo apt install skychart</code> 
-  - Install Skychart without full dependencies (does not install the packages required for the Artificial Satellites display, you can install them later):<code>sudo apt-get install --no-install-recommends skychart</code> +  - If you want to show artificial satellites also do:<code>sudo apt install wine</code> 
-  - This is all software you need to install if sky will be observed with naked eye. But if you like to see some deep-sky objects (e.g. galaxies) and stars that are not seen with naked eye then install additional packages (this will download several MB of additional software):<code>sudo apt-get install skychart-data-stars skychart-data-dso skychart-data-pictures</code> +  - Launch Skychart from the system menu or from a terminal:<code>skychart</code> Please never run skychart as root or with sudo. 
-  - Launch Skychart from terminal:<code>skychart</code>You will also find the Skychart button in the main menu. Please never run skychart as root or with sudo. +  - The program starts up, it takes several seconds to initialize, set your location and display preferences
-  - The program starts up, it takes several seconds to initialize, click Next button+  - To install more data from different star and DSO cataloguse the menu Update Install object catalog
-  - Observatory window opens. You need to tell the program from which location you will be observing the sky. You can select your observation place by clicking on Observatory database and select the city you are observing from. If the city is not included on the observatory database list you can download more details for your countryor you can manually enter Latitude, Longitude and Altitude information from the main Observation window. Search this information from e.g. web page: http://www.findlatitudeandlongitude.com/ +  - See the [[quick start guide]] for more information about the different use of the program. 
-  - That is it. Program starts. Try to click one of the buttons on the right sight N (North), S (South), E (East) or W (West) to get sky image on screen like it is in the nature. See the [[quick start guide]] for more information about the different use of the program.+ 
 +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. 
 + 
 +Other software you can install from this same repository are: 
 +<code> 
 +ccdciel 
 +eqmodgui 
 +indistarter 
 +</code>
en/documentation/installation_on_linux_ubuntu.1560751379.txt.gz · Last modified: 2019/06/17 08:02 by pch