On 15 May 2008 OpenSER 1.3.2 was released.
Trace: » install-debian-packages
Install OpenSER Debian packages from APT repository
NOTE: beginning with v1.1.0, you can find the Debian packages of OpenSER in the official Debian APT repositories. It is the version with no TLS. The repository at openser.org is still available.
NOTE: Starting with 1.1.1, openser.org repositories do not include packages for testing and unstable, as they are included in official Debian APT repositories.
Edit your ”/etc/apt/sources.list”.
Add one of the following lines, depending of your Debian distribution:
- For etch distribution :
deb http://www.openser.org/debian stable main
- For sarge distribution :
deb http://www.openser.org/debian sarge main
#For sid distribution :
deb http://www.openser.org/debian sid main
Note that all APT repositories contain the packages for 'i386' architectures and the one for 'sid' distribution contains packages for 'amd64' as well.
Then run:
apt-get update apt-get install openser
That's it.
To see all available packages for OpenSER do:
apt-cache search openser
To see details about OpenSER package do:
apt-cache show openser
Question
To remove that you need to add the key with apt-key add. An easy way to do this using gpg is as follows: gpg –recv-keys <keyid>;gpg –armor –export <keyid> | apt-key add -