no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | old-content:install_debian_packages [2006/07/31 00:00] (current) โ created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Install OpenSER Debian packages from APT repository ===== | ||
+ | |||
+ | Edit your "/ | ||
+ | |||
+ | Add one of the following lines, depending of your Debian distribution: | ||
+ | |||
+ | #For etch distribution : | ||
+ | deb http:// | ||
+ | |||
+ | #For sarge distribution : | ||
+ | deb http:// | ||
+ | | ||
+ | #For sid distribution : | ||
+ | deb http:// | ||
+ | |||
+ | Note that all APT repositories contain the packages for ' | ||
+ | |||
+ | 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 ===== | ||
+ | How about the message " | ||