forked from obspy/obspy
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation on Linux via Apt Repository
megies edited this page Sep 13, 2012
·
19 revisions
For installation append the ObsPy apt repository to the file /etc/apt/sources.list
(needs root privileges):
ObsPy is packed for all Debian and Ubuntu releases which are still officially supported.
Replace CODENAME with the codename of your Debian/Ubuntu release.
deb http://deb.obspy.org CODENAME main
Currently supported releases are:
- Debian:
- squeeze
- Ubuntu:
- lucid
- natty
- oneiric
- precise
If you are unsure about the codename of your Installation you can use the following command to display it:
lsb_release -cs
Next you need to import the ObsPy gnupg key so that apt is able to check the integrity of the downloaded packages. The following command needs to be executed only once:
wget --quiet -O - http://obspy.org/export/2889/obspy/trunk/misc/debian/public.key | sudo apt-key add -
To install ObsPy including all dependencies:
sudo apt-get update
sudo apt-get install python-obspy
If you want to uninstall ObsPy and all unneeded dependencies just do:
sudo apt-get remove python-obspy