Ubuntu/Debian installation
From Gerris
| Revision as of 09:07, 18 March 2010 Popinet (Talk | contribs) ← Previous diff |
Revision as of 00:55, 15 July 2010 Popinet (Talk | contribs) (Added Ubuntu 10.04 package) Next diff → |
||
| Line 17: | Line 17: | ||
| <dl> | <dl> | ||
| <dt><code>Debian_5.0</code></dt><dd>Debian 5.0 ('lenny')</dd> | <dt><code>Debian_5.0</code></dt><dd>Debian 5.0 ('lenny')</dd> | ||
| - | <dt><code>xUbuntu_9.10</code></dt><dd>Ubuntu 9.10 ('karmic koala') and derivatives (Xubuntu, Kubuntu etc...)</dd> | + | <dt><code>xUbuntu_10.04</code></dt><dd>Ubuntu 10.04 ('lucid lynx') and derivatives (Xubuntu, Kubuntu etc...)</dd> |
| + | <dt><code>xUbuntu_9.10</code></dt><dd>Ubuntu 9.10 ('karmic koala')</dd> | ||
| <dt><code>xUbuntu_9.04</code></dt><dd>Ubuntu 9.04 ('jaunty jackalope')</dd> | <dt><code>xUbuntu_9.04</code></dt><dd>Ubuntu 9.04 ('jaunty jackalope')</dd> | ||
| <dt><code>xUbuntu_8.04</code></dt><dd>Ubuntu 8.04 LTS ('hardy heron')</dd> | <dt><code>xUbuntu_8.04</code></dt><dd>Ubuntu 8.04 LTS ('hardy heron')</dd> | ||
Revision as of 00:55, 15 July 2010
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).

