wiki:DownloadUbuntuViewer

Version 10 (modified by habili, 12 years ago) (diff)

--

Download ANUGA Viewer for Ubuntu

Please note that the following applies only to Ubuntu 10.04 and 10.10. Instructions for running the viewer can be found here.

Method 1 (preferred)

Open a terminal and enter:

sudo add-apt-repository ppa:anuga/ppa 
sudo apt-get update
sudo apt-get install anuga-viewer

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 anuga-viewer

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)