Ubuntu/Debian installation
From Gerris
GTS and Gerris Debian packages are part of official Debian distributions (as well as their derivatives such as Ubuntu distributions in the 'universe' repository). Note that GfsView is not packaged by Debian yet. These 'official' packages are usually based on slightly older (~6 months) releases of Gerris.
For fresher releases, Debian packages are built automatically every day (whenever a new snapshot release is available) using the nice OpenSUSE build service system. The first time you install Gerris you need to:
- Get the key:
% wget http://gfs.sf.net/debian/popinet_key.asc % sudo apt-key add popinet_key.asc
- Append to
/etc/apt/sources.listdeb http://download.opensuse.org/repositories/home:/popinet/DISTRO ./
where
DISTROis one of:Debian_5.0- Debian 5.0 ('lenny')
xUbuntu_10.04- Ubuntu 10.04 ('lucid lynx') and derivatives (Xubuntu, Kubuntu etc...)
xUbuntu_9.10- Ubuntu 9.10 ('karmic koala')
xUbuntu_9.04- Ubuntu 9.04 ('jaunty jackalope')
xUbuntu_8.04- Ubuntu 8.04 LTS ('hardy heron')
-
For Ubuntu distributions you will also need to enable the 'universe' repository of Ubuntu. Either uncomment the corresponding line in
/etc/apt/sources.listor use the graphical interface (e.g. "System -> Administration -> Synaptic Package Manager" and/or "System -> Administration -> Software Sources"). - Update APT and install the packages:
% sudo apt-get update % sudo apt-get install {gerris,gfsview}-snapshot
Your Gerris installation will subsequently be upgraded to the most recent version whenever you run
% sudo apt-get dist-upgrade
i.e. whenever your system updates are performed (this will also be done automatically when using the "Update manager" in Ubuntu/Debian).

