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
packages:debs [2013/03/29 15:30]
manwe [Status]
packages:debs [2021/08/26 12:03] (current)
miconda
Line 1: Line 1:
 ====== DEB Packages ====== ====== DEB Packages ======
  
-Starting from June 3rd2010 [[http://dev.sipdoc.net|Sipdoc Team]] provides a **Kamailio DEB repository** for Debian and Ubuntu distributions.+Starting from March 32014 [[http://www.sipwise.com|Sipwise Team]] provides a **Kamailio DEB repository** for Debian and Ubuntu distributions.
  
 Sporadically, Debian packages may be available via OpenSuse Build Service (OBS), see details in a dedicated sub-section. Sporadically, Debian packages may be available via OpenSuse Build Service (OBS), see details in a dedicated sub-section.
-===== Status ===== 
  
-  * Supported Kamailio branches: '' latest stable'' (points to 4.0 now), ''3.0'', ''3.1'', ''3.2'' , ''3.3'', ''4.0'', ''devel'' 
-  * Supported Distributions:''Debian 6.0 Squeeze'', ''Debian 7.0 Wheezy'' , ''Ubuntu 10.04 Lucid'', ''Ubuntu 12.04 Precise'' 
-  * Deprecated Distributions: ''Debian 4.0 Etch'' (kamailio 3.0.x), ''Debian 5.0 Lenny'' (Kamailio 3.0.x, 3.1.x, 3.2.x) 
-  * Archs supported: ''amd64'', ''i386'' 
-  * Sources provided for stable releases 
-  * Nightly builds of supported branches 
  
 ===== Instructions ===== ===== Instructions =====
Line 17: Line 10:
 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>
 +
 +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.
  
 Then add the repository lines to your ''/etc/apt/sources.list'' file depending on the Kamailio version of your choice: Then add the repository lines to your ''/etc/apt/sources.list'' file depending on the Kamailio version of your choice:
-==== Latest Kamailio stable release  ==== 
  
 +The list of APT repositories and associated operating systems is available at:
  
 +  * **https://deb.kamailio.org**
  
-* ''Debian Squeeze'' +====== DEB Packages Archive ======
-<code> +
-deb http://deb.kamailio.org/kamailio squeeze main +
-deb-src http://deb.kamailio.org/kamailio squeeze main +
-</code>+
  
-* ''Debian Wheezy'' +Starting with August 25, 2021, an archive with apt repositories corresponding to Kamailio stable versions is available at:
-<code> +
-deb http://deb.kamailio.org/kamailio wheezy main +
-deb-src http://deb.kamailio.org/kamailio wheezy main +
-</code>+
  
-''Ubuntu Lucid'' +  **https://deb-archive.kamailio.org**
-<code> +
-deb http://deb.kamailio.org/kamailio lucid main +
-deb-src http://deb.kamailio.org/kamailio lucid main +
-</code>+
  
-* ''Ubuntu Precise'' +===== Using OBS Repository =====
-<code> +
-deb http://deb.kamailio.org/kamailio precise main +
-deb-src http://deb.kamailio.org/kamailio precise main +
-</code>+
  
 +==== Status ====
  
-==== Latest Kamailio 3.3 release ====+**Important: not actively maintained, use it only if you need to install older versions of Kamailio!!!**
  
 +OBS Project:
  
-''Debian Squeeze'' +  https://build.opensuse.org/project/show/home:kamailio:telephony-debs
-<code> +
-deb http://deb.kamailio.org/kamailio33 squeeze main +
-deb-src http://deb.kamailio.org/kamailio33 squeeze main +
-</code>+
  
-* ''Debian Wheezy'' +Download Repositories:
-<code> +
-deb http://deb.kamailio.org/kamailio33 wheezy main +
-deb-src http://deb.kamailio.org/kamailio33 wheezy main +
-</code>+
  
-''Ubuntu Lucid'' +  * http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/Debian_7.0/ 
-<code> +  * http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/Debian_6.0/ 
-deb http://deb.kamailio.org/kamailio33 lucid main +  * http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/Debian_5.0/ 
-deb-src http://deb.kamailio.org/kamailio33 lucid main +  * http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/xUbuntu_12.04/ 
-</code>+  * http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/xUbuntu_10.04/
  
-* ''Ubuntu Precise'' +=== Overview ===
-<code> +
-deb http://deb.kamailio.org/kamailio33 precise main +
-deb-src http://deb.kamailio.org/kamailio33 precise main +
-</code>+
  
 +  * No source packages
 +  * No nightly builds
  
-==== Latest Kamailio 3.2 release ====+=== Kamailio v4.1.x ===
  
-* ''Debian Lenny'' +  Distributions: ''Debian 6.0 Squeeze'',  ''Debian 7.0 Wheezy'',  ''Ubuntu 12.04 Precise'' 
-<code> +  * Archs supported''amd64'', ''i386''
-deb http://deb.kamailio.org/kamailio32 lenny main +
-deb-src http://deb.kamailio.org/kamailio32 lenny main +
-</code>+
  
-* ''Debian Squeeze'' 
-<code> 
-deb http://deb.kamailio.org/kamailio32 squeeze main 
-deb-src http://deb.kamailio.org/kamailio32 squeeze main 
-</code> 
  
-* ''Debian Wheezy'' +=== Kamailio v3.2.x ===
-<code> +
-deb http://deb.kamailio.org/kamailio32 wheezy main +
-deb-src http://deb.kamailio.org/kamailio32 wheezy main +
-</code>+
  
-* ''Ubuntu Lucid'' +  Distributions: ''Debian 5.0 Lenny'',  ''Debian 6.0 Squeeze'',  ''Ubuntu 10.04 Lucid'' 
-<code> +  * Archs supported''amd64'', ''i386''
-deb http://deb.kamailio.org/kamailio32 lucid main +
-deb-src http://deb.kamailio.org/kamailio32 lucid main +
-</code>+
  
  
-==== Latest Kamailio 3.1 release ==== 
  
-* ''Debian Lenny'' +==== APT Key ====
-<code> +
-deb http://deb.kamailio.org/kamailio31 lenny main +
-deb-src http://deb.kamailio.org/kamailio31 lenny main +
-</code>+
  
-* ''Debian Squeeze'' +First download and add our GPG key to your apt key list:
-<code> +
-deb http://deb.kamailio.org/kamailio31 squeeze main +
-deb-src http://deb.kamailio.org/kamailio31 squeeze main +
-</code>+
  
-* ''Debian Wheezy'' 
 <code> <code>
-deb http://deb.kamailio.org/kamailio31 wheezy main +wget https://api.opensuse.org/source/home:kamailio/_pubkey 
-deb-src http://deb.kamailio.org/kamailio31 wheezy main+apt-key add _pubkey
 </code> </code>
  
-''Ubuntu Lucid'' +Select from next list the repository URLs specific for desired Kamailio version and Operating System and add to your ''/etc/apt/sources.list''.
-<code> +
-deb http://deb.kamailio.org/kamailio31 lucid main +
-deb-src http://deb.kamailio.org/kamailio31 lucid main +
-</code>+
  
 +==== APT Repositories for Kamailio v4.1.x  ====
  
-==== Latest Kamailio 3.0 release ====+=== ''Debian Squeeze'' ===
  
-* ''Debian Lenny'' 
 <code> <code>
-deb http://deb.kamailio.org/kamailio30 lenny main +deb http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/Debian_6../
-deb-src http://deb.kamailio.org/kamailio30 lenny main+
 </code> </code>
  
-''Debian Squeeze'' +=== ''Debian Wheezy'' ===
-<code> +
-deb http://deb.kamailio.org/kamailio30 squeeze main +
-deb-src http://deb.kamailio.org/kamailio30 squeeze main +
-</code>+
  
-* ''Debian Etch'' 
 <code> <code>
-deb http://deb.kamailio.org/kamailio30 etch main +deb http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/Debian_7../
-deb-src http://deb.kamailio.org/kamailio30 etch main+
 </code> </code>
  
-''Ubuntu Lucid'' +=== ''Ubuntu Precise'' ===
-<code> +
-deb http://deb.kamailio.org/kamailio30 lucid main +
-deb-src http://deb.kamailio.org/kamailio30 lucid main +
-</code> +
- +
- +
- +
- +
- +
-====  Kamailio master development ====+
  
-* ''Debian Squeeze'' 
 <code> <code>
-deb http://deb.kamailio.org/kamailiodev-nightly squeeze main+deb http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/xUbuntu_12.04 ./
 </code> </code>
  
-* ''Debian Wheezy'' +==== APT Repositories for Kamailio v3.2.x  ====
-<code> +
-deb http://deb.kamailio.org/kamailiodev-nightly wheezy main +
-</code>+
  
-''Ubuntu Lucid'' +=== ''Debian Lenny'' ===
-<code> +
-deb http://deb.kamailio.org/kamailiodev-nightly lucid main +
-</code>+
  
-* ''Ubuntu Precise'' 
 <code> <code>
-deb http://deb.kamailio.org/kamailiodev-nightly precise main+deb http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/Debian_5.0 ./
 </code> </code>
  
-====  Kamailio 3.3 development ====+=== ''Debian Squeeze'' ===
  
-* ''Debian Squeeze'' 
 <code> <code>
-deb http://deb.kamailio.org/kamailio33-nightly squeeze main+deb http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/Debian_6.0 ./
 </code> </code>
  
-''Debian Wheezy'' +=== ''Ubuntu Lucid'' ===
-<code> +
-deb http://deb.kamailio.org/kamailio33-nightly wheezy main +
-</code>+
  
-* ''Ubuntu Lucid'' 
 <code> <code>
-deb http://deb.kamailio.org/kamailio33-nightly lucid main+deb http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/xUbuntu_10.04 ./
 </code> </code>
  
-* ''Ubuntu Precise'' +==== APT Repositories Remarks ====
-<code> +
-deb http://deb.kamailio.org/kamailio33-nightly precise main +
-</code> +
- +
-====  Kamailio 3.2 development ==== +
- +
-* ''Debian Squeeze'' +
-<code> +
-deb http://deb.kamailio.org/kamailio32-nightly squeeze main +
-</code> +
- +
-* ''Debian Wheezy'' +
-<code> +
-deb http://deb.kamailio.org/kamailio32-nightly wheezy main +
-</code> +
- +
-* ''Ubuntu Lucid'' +
-<code> +
-deb http://deb.kamailio.org/kamailio32-nightly lucid main +
-</code> +
- +
-* ''Ubuntu Precise'' +
-<code> +
-deb http://deb.kamailio.org/kamailio32-nightly precise main +
-</code> +
- +
- +
- +
- +
-===== 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> +
-wget https://api.opensuse.org/source/home:kamailio/_pubkey +
-apt-key add _pubkey +
-</code> +
- +
-Select from next list the repository URLs specific for desired Kamailio version and Operating System and add to your ''/etc/apt/sources.list''.+
  
 **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: **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:
Line 257: Line 120:
     * http://download.opensuse.org/repositories/home://kamailio://telephony-debs/Debian_5.0/Packages?mirrorlist     * 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_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_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:   * 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_5.0
     * http://widehat.opensuse.org/repositories/home:/kamailio:/telephony-debs/Debian_6.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     * http://widehat.opensuse.org/repositories/home:/kamailio:/telephony-debs/xUbuntu_10.04
-==== Latest Kamailio stable release  ==== 
  
-  * **v3.2.x** 
- 
-=== ''Debian Lenny'' === 
- 
-<code> 
-deb http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/Debian_5.0 ./ 
-</code> 
- 
-=== ''Debian Squeeze'' === 
- 
-<code> 
-deb http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/Debian_6.0 ./ 
-</code> 
- 
-=== ''Ubuntu Lucid'' === 
- 
-<code> 
-deb http://download.opensuse.org/repositories/home:/kamailio:/telephony-debs/xUbuntu_10.04 ./ 
-</code> 
packages/debs.1364567432.txt.gz · Last modified: 2013/03/29 15:30 by manwe