Changes between Version 5 and Version 6 of DownLoadUbuntu


Ignore:
Timestamp:
Oct 21, 2010, 10:34:55 AM (15 years ago)
Author:
habili
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DownLoadUbuntu

    v5 v6  
    11= Download ANUGA Source for Ubuntu =
    22
    3 Please note that the following applies only to Ubuntu 10.04 ("Lucid Lynx").
     3Please note that the following applies only to Ubuntu 10.04 and 10.10.
    44
    55== Method 1 (preferred) ==
     
    1111sudo apt-get install python-anuga
    1212}}}
    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 main
    19 deb-src http://ppa.launchpad.net/anuga/ppa/ubuntu lucid main
    20 }}}
    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.key
    25 }}}
    26 or go to System -> Administration -> Software Sources -> Authentication -> Import Key File
    27 
    28 Open a terminal and enter:
    29 {{{
    30 sudo apt-get update
    31 sudo apt-get install python-anuga
    32 }}}
    3313
    3414== Method 3 ==
     
    3616Choose the appropriate package for your Linux distribution:
    3717
    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]