Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
diana:installing_diana_from_launchpad [2015-11-25 13:56:46] davidb |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Installing Diana from Launchpad ====== | ||
| - | |||
| - | Diana is available as a set of packages from Launchpad. For users of Ubuntu, installing these packages is the easiest way to install Diana. | ||
| - | |||
| - | ===== Ubuntu 12.04 (Precise) ===== | ||
| - | |||
| - | **Note:** You need to be able to run the '' | ||
| - | |||
| - | Obtain the '' | ||
| - | |||
| - | sudo apt-get install python-software-properties | ||
| - | |||
| - | Add the Diana repository to those that the system can use by running the '' | ||
| - | |||
| - | sudo apt-add-repository ppa: | ||
| - | |||
| - | This command will ask you to continue or cancel. Press ENTER to continue. | ||
| - | |||
| - | Add the Fimex repository to the system in the same way: | ||
| - | |||
| - | sudo apt-add-repository ppa: | ||
| - | |||
| - | It should then be possible to update the system sources: | ||
| - | |||
| - | sudo apt-get update | ||
| - | |||
| - | Now you can install Diana and some additional packages that Diana uses: | ||
| - | |||
| - | sudo apt-get install diana-3.39 dianamaps metno-bufrtables | ||
| - | |||
| - | ===== Ubuntu 14.04 (Trusty) ===== | ||
| - | |||
| - | **Note:** You need to be able to run the '' | ||
| - | |||
| - | Obtain the '' | ||
| - | |||
| - | sudo apt-get install software-properties-common | ||
| - | |||
| - | Add the Diana repository to those that the system can use by running the '' | ||
| - | |||
| - | sudo apt-add-repository ppa: | ||
| - | |||
| - | This command will ask you to continue or cancel. Press ENTER to continue. | ||
| - | |||
| - | Add the Fimex repository to the system in the same way: | ||
| - | |||
| - | sudo apt-add-repository ppa: | ||
| - | |||
| - | It should then be possible to update the system sources: | ||
| - | |||
| - | sudo apt-get update | ||
| - | |||
| - | Now you can install Diana and some additional packages that Diana uses: | ||
| - | |||
| - | sudo apt-get install diana-3.39 dianamaps metno-bufrtables | ||