= Download ANUGA for Ubuntu = == Method 1 == Please choose the appropriate package for your Linux distribution: * 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] == Method 2 == Open a terminal and enter: {{{ sudo add-apt-repository ppa:anuga/ppa sudo apt-get update sudo apt-get install python-anuga }}} == 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 python-anuga }}}