Changes between Initial Version and Version 1 of DownloadUbuntuViewer


Ignore:
Timestamp:
Aug 4, 2010, 12:44:25 PM (15 years ago)
Author:
habili
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DownloadUbuntuViewer

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