Changes between Initial Version and Version 1 of DownLoadUbuntu


Ignore:
Timestamp:
Jul 6, 2010, 1:10:27 PM (14 years ago)
Author:
habili
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DownLoadUbuntu

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