Changes between Version 5 and Version 6 of DownLoadUbuntu
- Timestamp:
- Oct 21, 2010, 10:34:55 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DownLoadUbuntu
v5 v6 1 1 = Download ANUGA Source for Ubuntu = 2 2 3 Please note that the following applies only to Ubuntu 10.04 ("Lucid Lynx").3 Please note that the following applies only to Ubuntu 10.04 and 10.10. 4 4 5 5 == Method 1 (preferred) == … … 11 11 sudo apt-get install python-anuga 12 12 }}} 13 == Method 2 ==14 15 Add the following lines to your /etc/apt/sources.list:16 17 {{{18 deb http://ppa.launchpad.net/anuga/ppa/ubuntu lucid main19 deb-src http://ppa.launchpad.net/anuga/ppa/ubuntu lucid main20 }}}21 22 Download the ANUGA key from [https://datamining.anu.edu.au/anuga/raw-attachment/wiki/WikiStart/anuga.key here]. You can add this key with:23 {{{24 sudo apt-key add anuga.key25 }}}26 or go to System -> Administration -> Software Sources -> Authentication -> Import Key File27 28 Open a terminal and enter:29 {{{30 sudo apt-get update31 sudo apt-get install python-anuga32 }}}33 13 34 14 == Method 3 == … … 36 16 Choose the appropriate package for your Linux distribution: 37 17 38 * 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] 18 19 * Ubuntu 10.10 ("Maverick Meerkat") [https://sourceforge.net/projects/anuga/files/anuga_ubuntu_package/python-anuga_1.2.0-maverick_i386.deb/download i386] | [https://sourceforge.net/projects/anuga/files/anuga_ubuntu_package/python-anuga_1.2.0-maverick_amd64.deb/download AMD64] 20 21 22 * Ubuntu 10.04 ("Lucid Lynx") [https://sourceforge.net/projects/anuga/files/anuga_ubuntu_package/python-anuga_1.2.0-lucid_i386.deb/download i386] | [https://sourceforge.net/projects/anuga/files/anuga_ubuntu_package/python-anuga_1.2.0-lucid_amd64.deb/download AMD64]