Download ANUGA Source for Ubuntu
Please note that the following applies only to Ubuntu 10.04 and 10.10.
Method 1 (preferred)
Open a terminal and enter:
sudo add-apt-repository ppa:anuga/ppa sudo apt-get update sudo apt-get install python-anuga
Method 2
Choose the appropriate package for your Linux distribution:
Natty 11.04
There are no packages built for Natty (11.04), but the packages for Maverick (10.10) work. The steps are as follows:
sudo add-apt-repository ppa:anuga/ppa sudo sed -i 's/natty/maverick/g' /etc/apt/sources.list.d/anuga-ppa-natty.list sudo apt-get update sudo apt-get install python-anuga
Note also that the default Python version for natty is 2.7 but ANUGA will be installed under Python2.6 (and you need to install Python 2.6)
Last modified 13 years ago
Last modified on Nov 9, 2011, 10:48:27 AM