User Tools

Site Tools


packages:debs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
packages:debs [2012/01/29 11:37]
85.178.64.216
packages:debs [2018/11/27 20:49]
miconda [Instructions]
Line 1: Line 1:
 ====== DEB Packages ====== ====== DEB Packages ======
  
-Courtesy of [[http://sipdoc.net|Sipdoc Team]]**Kamailio SIP Server project** offers APT repositories with packages for Debian and Ubuntu distributions. The repository is hosted at **deb.kamailio.org**.+Starting from March 3, 2014 [[http://www.sipwise.com|Sipwise Team]] provides a **Kamailio DEB repository** for Debian and Ubuntu distributions.
  
-A separate repository is hosted by OpenSUSE Build Service, offering only official release packages (no nightly buildsnor devel branch debs, only v3.2.x for the moment).+Sporadically, Debian packages may be available via OpenSuse Build Service (OBS)see details in a dedicated sub-section.
  
-===== Using deb.kamailio.org Repository ===== 
  
-==== Status ==== +===== Instructions =====
- +
-  * Distributions: ''Debian 5.0 Lenny'',  ''Debian 6.0 Squeeze'',  ''Debian Wheezy'',  ''Ubuntu 10.04 Lucid'' +
-  * Archs supported: ''amd64'', ''i386'' +
-  * Sources provided for stable releases +
-  * Nightly builds of supported branches +
- +
-==== APT Key ====+
  
 First download and add our GPG key to your apt key list: First download and add our GPG key to your apt key list:
- 
 <code> <code>
-wget http://deb.kamailio.org/kamailiodebkey.gpg +wget -O- https://deb.kamailio.org/kamailiodebkey.gpg | sudo apt-key add -
-apt-key add kamailiodebkey.gpg+
 </code> </code>
  
-Select from next list the repository URLs specific for desired Kamailio version and Operating System and add to your ''/etc/apt/sources.list''.+Our GPG key fingerprint is ''E79A CECB 87D8 DCD2 3A20  AD2F FB40 D3E6 508E A4C8'' - make sure you verify it and check it in a key store before trusting it.
  
-==== Latest Kamailio stable release  ====+Then add the repository lines to your ''/etc/apt/sources.list'' file depending on the Kamailio version of your choice:
  
-=== ''Debian Lenny'' === +The list of APT repositories and associated operating systems is available at:
-<code> +
-deb http://deb.kamailio.org/kamailio lenny main +
-deb-src http://deb.kamailio.org/kamailio lenny main +
-</code>+
  
-=== ''Debian Squeeze'' === +  * **https://deb.kamailio.org**
-<code> +
-deb http://deb.kamailio.org/kamailio squeeze main +
-deb-src http://deb.kamailio.org/kamailio squeeze main +
-</code>+
  
-=== ''Debian Wheezy'' ===+===== Using OBS Repository =====
  
-<code> +==== Status ====
-deb http://deb.kamailio.org/kamailio wheezy main +
-deb-src http://deb.kamailio.org/kamailio wheezy main +
-</code>+
  
-=== ''Ubuntu Lucid'' === +**Not actively maintained**
-<code> +
-deb http://deb.kamailio.org/kamailio lucid main +
-deb-src http://deb.kamailio.org/kamailio lucid main +
-</code>+
  
-==== Latest Kamailio 3.2 release ====+OBS Project:
  
-=== ''Debian Lenny'' ===+  * https://build.opensuse.org/project/show/home:kamailio:telephony-debs
  
-<code> +Download Repositories:
-deb http://deb.kamailio.org/kamailio32 lenny main +
-deb-src http://deb.kamailio.org/kamailio32 lenny main +
-</code>+
  
-=== ''Debian Squeeze'' ===+  * http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/Debian_7.0/ 
 +  * http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/Debian_6.0/ 
 +  * http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/Debian_5.0/ 
 +  * http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/xUbuntu_12.04/ 
 +  * http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/xUbuntu_10.04/
  
-<code> +=== Overview ===
-deb http://deb.kamailio.org/kamailio32 squeeze main +
-deb-src http://deb.kamailio.org/kamailio32 squeeze main +
-</code>+
  
-=== ''Debian Wheezy'' ===+  * No source packages 
 +  * No nightly builds
  
-<code> +=== Kamailio v4.1.x ===
-deb http://deb.kamailio.org/kamailio32 wheezy main +
-deb-src http://deb.kamailio.org/kamailio32 wheezy main +
-</code>+
  
-=== ''Ubuntu Lucid'' ===+  * Distributions: ''Debian 6.0 Squeeze'',  ''Debian 7.0 Wheezy'',  ''Ubuntu 12.04 Precise'' 
 +  * Archs supported: ''amd64'', ''i386''
  
-<code> 
-deb http://deb.kamailio.org/kamailio32 lucid main 
-deb-src http://deb.kamailio.org/kamailio32 lucid main 
-</code> 
  
-====  Kamailio 3.2 - Nightly Builds ====+=== Kamailio v3.2.x ===
  
-=== ''Debian Lenny'' ===+  * Distributions: ''Debian 5.0 Lenny'',  ''Debian 6.0 Squeeze'',  ''Ubuntu 10.04 Lucid'' 
 +  * Archs supported: ''amd64'', ''i386''
  
-<code> 
-deb http://deb.kamailio.org/kamailio32-nightly lenny main 
-</code> 
  
-=== ''Debian Squeeze'' === 
-<code> 
-deb http://deb.kamailio.org/kamailio32-nightly squeeze main 
-</code> 
  
-=== ''Debian Wheezy'' === +==== APT Key ==== 
-<code> + 
-deb http://deb.kamailio.org/kamailio32-nightly wheezy main +First download and add our GPG key to your apt key list:
-</code>+
  
-=== ''Ubuntu Lucid'' === 
 <code> <code>
-deb http://deb.kamailio.org/kamailio32-nightly lucid main+wget https://api.opensuse.org/source/home:kamailio/_pubkey 
 +apt-key add _pubkey
 </code> </code>
  
-====  Kamailio Development - Nightly Builds ====+Select from next list the repository URLs specific for desired Kamailio version and Operating System and add to your ''/etc/apt/sources.list''.
  
-=== ''Debian Lenny'' === +==== APT Repositories for Kamailio v4.1.x  ====
-<code> +
-deb http://deb.kamailio.org/kamailiodev-nightly lenny main +
-</code>+
  
 === ''Debian Squeeze'' === === ''Debian Squeeze'' ===
 +
 <code> <code>
-deb http://deb.kamailio.org/kamailiodev-nightly squeeze main+deb http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/Debian_6.0 ./
 </code> </code>
  
 === ''Debian Wheezy'' === === ''Debian Wheezy'' ===
-<code> 
-deb http://deb.kamailio.org/kamailiodev-nightly wheezy main 
-</code> 
  
-=== ''Ubuntu Lucid'' === 
 <code> <code>
-deb http://deb.kamailio.org/kamailiodev-nightly lucid main+deb http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/Debian_7.0 ./
 </code> </code>
  
- +=== ''Ubuntu Precise'' ===
-===== Using OBS Repository ===== +
- +
-==== Status ==== +
- +
-  * Distributions: ''Debian 5.0 Lenny'',  ''Debian 6.0 Squeeze'',  ''Ubuntu 10.04 Lucid'' +
-  * Archs supported: ''amd64'', ''i386'' +
-  * Provides DEBS for stable releases, at this moment 3.2.x +
-  * No source packages +
-  * No nightly builds +
- +
-==== APT Key ==== +
- +
-First download and add our GPG key to your apt key list:+
  
 <code> <code>
-wget https://api.opensuse.org/source/home:kamailio/_pubkey +deb http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/xUbuntu_12.04 ./
-apt-key add _pubkey+
 </code> </code>
  
-Select from next list the repository URLs specific for desired Kamailio version and Operating System and add to your ''/etc/apt/sources.list''+==== APT Repositories for Kamailio v3.2.x  ====
- +
-==== Latest Kamailio stable release  ==== +
- +
-  * **v3.2.x**+
  
 === ''Debian Lenny'' === === ''Debian Lenny'' ===
Line 170: Line 107:
 deb http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/xUbuntu_10.04 ./ deb http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/xUbuntu_10.04 ./
 </code> </code>
 +
 +==== APT Repositories Remarks ====
 +
 +**Important note**: apt may throw error, since **download.opensuse.org** can return 302 reply to redirect to a mirror. You have to update the URL in **sources.list** to use directly a mirror server. For that:
 +  * find a mirror - based on your OS, browse:
 +    * http://download.opensuse.org/repositories/home://kamailio://telephony-debs/Debian_5.0/Packages?mirrorlist
 +    * http://download.opensuse.org/repositories/home://kamailio://telephony-debs/Debian_6.0/Packages?mirrorlist
 +    * http://download.opensuse.org/repositories/home://kamailio://telephony-debs/Debian_7.0/Packages?mirrorlist
 +    * http://download.opensuse.org/repositories/home://kamailio://telephony-debs/xUbuntu_10.04/Packages?mirrorlist
 +    * http://download.opensuse.org/repositories/home://kamailio://telephony-debs/xUbuntu_12.04/Packages?mirrorlist
 +  * pick one of the mirrors listed in the browsed page, for example **widehat.opensuse.org**, select its listed URL and add to **sources.list** the URL without the last "/Packages", resulting in:
 +    * http://widehat.opensuse.org/repositories/home:/kamailio:/telephony-debs/Debian_5.0
 +    * http://widehat.opensuse.org/repositories/home:/kamailio:/telephony-debs/Debian_6.0
 +    * http://widehat.opensuse.org/repositories/home:/kamailio:/telephony-debs/xUbuntu_10.04
 +
packages/debs.txt · Last modified: 2021/08/26 12:03 by miconda