Ubuntu/Debian installation
From Gerris
| Revision as of 01:53, 5 October 2008 Popinet (Talk | contribs) (→Note for installation on Ubuntu 8.04) ← Previous diff |
Revision as of 11:33, 1 May 2009 Popinet (Talk | contribs) (Added instructions for public key signing of debian repository) Next diff → |
||
| Line 10: | Line 10: | ||
| </pre> | </pre> | ||
| </li> | </li> | ||
| + | <li>Add the public signing key for these repositories to your list of trusted keys</li> | ||
| + | % wget http://gfs.sf.net/debian/popinet_key.asc | ||
| + | % sudo apt-key add popinet_key.asc | ||
| <li>Update the contents of the package database | <li>Update the contents of the package database | ||
| <pre> | <pre> | ||
| Line 22: | Line 25: | ||
| </ol> | </ol> | ||
| - | Note that these steps can also be done using the graphical tools (e.g. "synaptic package manager" and/or "software properties") in your Ubuntu/Debian desktop. | + | Note that these steps can also be done using the graphical tools (e.g. "System -> Administration -> Synaptic Package Manager" and/or "System -> Administration -> Software Sources") in your Ubuntu/Debian desktop. |
| Your Gerris installation will subsequently be upgraded to the most recent version whenever you run | Your Gerris installation will subsequently be upgraded to the most recent version whenever you run | ||
Revision as of 11:33, 1 May 2009
Ubuntu/Debian packages are built automatically every day (whenever a new snapshot release is available). A Debian repository is available on the Gerris web site. The first time you install Gerris you need to:
- Add the GTS and Gerris debian repositories to your software sources
% sudo -s % echo "deb http://gts.sourceforge.net/debian/ ./" >> /etc/apt/sources.list % echo "deb http://gfs.sourceforge.net/debian/ ./" >> /etc/apt/sources.list % exit
- Add the public signing key for these repositories to your list of trusted keys
- Update the contents of the package database
% sudo apt-get update
- Install the Gerris and GfsView snapshots (and their dependencies)
% sudo apt-get install gerris-snapshot gfsview-snapshot
% wget http://gfs.sf.net/debian/popinet_key.asc % sudo apt-key add popinet_key.asc
Note that these steps can also be done using the graphical tools (e.g. "System -> Administration -> Synaptic Package Manager" and/or "System -> Administration -> Software Sources") in your Ubuntu/Debian desktop.
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 (again this will be done automatically when using the "Update manager" in Ubuntu/Debian).
Note for installation on Ubuntu 8.04
The debian packages for gerris-snapshot are built on an Ubuntu 7.10 system. To install them on an Ubuntu 8.04 system (Hardy Heron), the instructions above will work but you first need to download and install the following packages manually:
http://packages.ubuntu.com/gutsy/libnetcdf3
http://packages.ubuntu.com/gutsy/libgsl0
You can also alternatively install from source.

