| 1 | = Download ANUGA Viewer for Ubuntu = |
| 2 | |
| 3 | Please note that the following applies only to Ubuntu 10.04 ("Lucid Lynx"). |
| 4 | |
| 5 | == Method 1 == |
| 6 | |
| 7 | Choose the appropriate package for your Linux distribution: |
| 8 | |
| 9 | * Ubuntu 10.04 ("Lucid Lynx") [https://sourceforge.net/projects/anuga/files/anuga_ubuntu_package/python-anuga_1.2.0-0ubuntu3_i386.deb/download i386] | [https://sourceforge.net/projects/anuga/files/anuga_ubuntu_package/python-anuga_1.2.0-0ubuntu3_amd64.deb/download AMD64] |
| 10 | |
| 11 | == Method 2 == |
| 12 | |
| 13 | Open a terminal and enter: |
| 14 | {{{ |
| 15 | sudo add-apt-repository ppa:anuga/ppa (this step is not required if you've already installed the ANUGA source via this method) |
| 16 | sudo apt-get update |
| 17 | sudo apt-get install anuga-viewer |
| 18 | }}} |
| 19 | == Method 3 == |
| 20 | |
| 21 | Add the following lines to your /etc/apt/sources.list: |
| 22 | |
| 23 | {{{ |
| 24 | deb http://ppa.launchpad.net/anuga/ppa/ubuntu lucid main |
| 25 | deb-src http://ppa.launchpad.net/anuga/ppa/ubuntu lucid main |
| 26 | }}} |
| 27 | |
| 28 | Download the ANUGA key from [https://datamining.anu.edu.au/anuga/raw-attachment/wiki/WikiStart/anuga.key here]. You can add this key with: |
| 29 | {{{ |
| 30 | sudo apt-key add anuga.key |
| 31 | }}} |
| 32 | or go to System -> Administration -> Software Sources -> Authentication -> Import Key File |
| 33 | |
| 34 | Open a terminal and enter: |
| 35 | {{{ |
| 36 | sudo apt-get update |
| 37 | sudo apt-get install anuga-viewer |
| 38 | }}} |