This shows you the differences between two versions of the page.
install:installinubuntu [2015/05/13 10:33] thomas created |
install:installinubuntu [2018/09/11 15:52] (current) thomas |
||
---|---|---|---|
Line 20: | Line 20: | ||
</code> | </code> | ||
For adding the ppa. | For adding the ppa. | ||
- | ====== Install in Ubuntu (old version pre 1.1.5) ====== | ||
- | If you want to install Astade on an Ubuntu computer you have to complete three steps: | ||
- | - add "apt.astade.de" to your package sources | ||
- | - add the Astade public gpg key to your keyring | ||
- | - install Astade | ||
- | |||
- | |||
- | ===== 1. add "apt.astade.de" as package source ===== | ||
- | |||
- | * Select "System" -> "Administration" -> "Software Sources". Select the tab "Third-Party Software". | ||
- | * Press the "Add" button | ||
- | * Instert the Astade repository as new source, e.g. "deb [[http://apt.astade.de]] hardy main" (or intrepid , or jaunty, or ...) | ||
- | |||
- | |||
- | ===== 2. add the Astade public gpg key ===== | ||
- | |||
- | This works best from command line. Type the command: | ||
- | |||
- | <code bash> | ||
- | curl http://apt.astade.de/dists/key.asc | sudo apt-key add - | ||
- | </code> | ||
- | |||
- | ===== 3. install Astade ===== | ||
- | |||
- | Now just install, as you usually install packages. Ether with synaptic packet manager or from command line by typing: | ||
- | |||
- | <code bash> | ||
- | apt-get install astade | ||
- | </code> |