= Download ANUGA Viewer for Ubuntu = Please note that the following applies only to Ubuntu 10.04 ("Lucid Lynx"). Instructions for running the viewer can be found [https://datamining.anu.edu.au/anuga/raw-attachment/wiki/WikiStart/readme.ubuntu.txt here]. == Method 1 == Choose the appropriate package for your Linux distribution: * Ubuntu 10.04 ("Lucid Lynx") [https://sourceforge.net/projects/anuga/files/anuga_viewer_ubuntu/anuga-viewer_1.0.0-0ubuntu4_i386.deb/download i386] | [https://sourceforge.net/projects/anuga/files/anuga_viewer_ubuntu/anuga-viewer_1.0.0-0ubuntu4_amd64.deb/download AMD64] == Method 2 == Open a terminal and enter: {{{ sudo add-apt-repository ppa:anuga/ppa (not required if you've already installed the ANUGA source via this method) sudo apt-get update sudo apt-get install anuga-viewer }}} == Method 3 == Add the following lines to your /etc/apt/sources.list: {{{ deb http://ppa.launchpad.net/anuga/ppa/ubuntu lucid main deb-src http://ppa.launchpad.net/anuga/ppa/ubuntu lucid main }}} Download the ANUGA key from [https://datamining.anu.edu.au/anuga/raw-attachment/wiki/WikiStart/anuga.key here]. You can add this key with: {{{ sudo apt-key add anuga.key }}} or go to System -> Administration -> Software Sources -> Authentication -> Import Key File Open a terminal and enter: {{{ sudo apt-get update sudo apt-get install anuga-viewer }}}