User Tools

Site Tools


packages:rpms

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
Last revision Both sides next revision
packages:rpms [2017/03/16 20:09]
miconda [Kamailio 5.0.x]
packages:rpms [2020/08/13 11:14]
s.safarov_gmail.com
Line 1: Line 1:
 ====== RPM Packages ====== ====== RPM Packages ======
  
-===== Kamailio 5.0.x =====+===== Overview =====
  
-The RPM packages are built on OpenSUSE Build Service for CentOS 6 and 7Fedora 24 and 25, RedHat 6 and 7, OpenSUSE 42.1 and 42.2, on i586 and x86_64 architectures.+Kamailio is maintaining it own server hosting RPM repositories for several Linux distributionscourtesy of the time allocated by Sergey Safarov and infrastructure provided by LOD.com.
  
-A mirror (not in real timeof the packages is hosted by:+Note: the OpenSUSE Build Service (OBSproject is still available, mainly kept for testing purposes (should not be used anymore):
  
-  * http://rpm.kamailio.org+  * [[packages:rpms-obs|OBS Packages Details]]
  
-The OpenSuse build service project is available at: 
  
-  * https://build.opensuse.org/project/show/home:kamailio:v5.0.x-rpms 
  
-Download links specific per distribution are:+===== Kamailio 5.4.x (Latest Stable) =====
  
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.0.x-rpms/CentOS_6/ +The RPM packages build using docker images for 
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.0.x-rpms/CentOS_7/ +  - RHEL 6, 7, 8; 
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.0.x-rpms/Fedora_24/ +  - CentOS 6, 7, 8; 
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.0.x-rpms/Fedora_25/ +  - officially supported Fedora releases; 
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.0.x-rpms/RHEL_6/ +  - OpenSUSE 15, 42.2 and 42.3.
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.0.x-rpms/RHEL_7/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.0.x-rpms/openSUSE_Leap_42.1/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.0.x-rpms/openSUSE_Leap_42.2/+
  
-===== Kamailio 4.4.x =====+All RPM packages are built for x86_64 architecture.
  
-The RPM packages are built on OpenSUSE Build Service for CentOS 5, 6 and 7, Fedora 22 and 23, RedHat 5, 6 and 7, OpenSUSE 13.1 and 13.2, on i586 and x86_64 architectures.+Compiled RPM packages are located in subdirectories at:
  
-A mirror (not in real time) of the packages is hosted by:+  * https://rpm.kamailio.org
  
-  * http://rpm.kamailio.org+To install Kamailio RPM repository, you can use the next commands:
  
-The OpenSuse build service project is available at:+  * for RHEL 8, CentOS 8 and Fedora:
  
-  * https://build.opensuse.org/project/show/home:kamailio:v4.4.x-rpms+<code> 
 +dnf -y install dnf-plugins-core 
 +dnf config-manager --add-repo https://rpm.kamailio.org/centos/kamailio.repo 
 +dnf install kamailio 
 +</code>
  
-Download links specific per distribution are:+  * for RHEL 6 and 7, CentOS 6 and 7 you can use
  
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.4.x-rpms/CentOS_5/ +<code> 
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.4.x-rpms/CentOS_6/ +yum -y install yum-utils 
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.4.x-rpms/CentOS_7/ +yum-config-manager --add-repo https://rpm.kamailio.org/centos/kamailio.repo 
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.4.x-rpms/Fedora_22/ +yum install kamailio 
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.4.x-rpms/Fedora_23/ +</code>
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.4.x-rpms/RHEL_5/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.4.x-rpms/RHEL_6/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.4.x-rpms/RHEL_7/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.4.x-rpms/openSUSE_13.1/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.4.x-rpms/openSUSE_13.2/+
  
-===== Kamailio 4.3.x =====+If you want to install a specific Kamailio version need use command like
  
-The RPM packages are built on OpenSUSE Build Service for CentOS 5, 6 and 7, Fedora 20 and 21, RedHat 5, 6 and 7, OpenSUSE 13.1 and 13.2, on i586 and x86_64 architectures.+<code> 
 +dnf install --disablerepo=kamailio --enablerepo=kamailio-5.4.0 kamailio 
 +yum install --disablerepo=kamailio --enablerepo=kamailio-5.4.0 kamailio 
 +</code>
  
-A mirror (not in real timeof the packages is hosted by:+===== Kamailio 5.3.x (Old Stable=====
  
-  * http://rpm.kamailio.org+The RPM packages build using docker images for 
 +  - RHEL 6, 7, 8; 
 +  - CentOS 6, 7, 8; 
 +  - officially support Fedora releases; 
 +  - OpenSUSE 15, 42.2 and 42.3.
  
-The OpenSuse build service project is available at:+All RPM packages prepared for x86_64 architecture.
  
-  * https://build.opensuse.org/project/show/home:kamailio:v4.3.x-rpms+Compiled RPM packages located in subdirectories at:
  
-Download links specific per distribution are:+  * https://rpm.kamailio.org
  
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.3.x-rpms/CentOS_5/ +To install kamailio you can use commands on
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.3.x-rpms/CentOS_6/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.3.x-rpms/CentOS_7/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.3.x-rpms/Fedora_20/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.3.x-rpms/Fedora_21/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.3.x-rpms/RHEL_5/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.3.x-rpms/RHEL_6/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.3.x-rpms/RHEL_7/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.3.x-rpms/openSUSE_13.1/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.3.x-rpms/openSUSE_13.2/+
  
-===== Kamailio 4.2.x =====+For RHEL 8, CentOS 8 and Fedora
  
-The RPM packages are built on OpenSUSE Build Service for CentOS 5, 6 and 7, Fedora 20 and 21, RedHat 5, 6 and 7, OpenSUSE 13.1 and 13.2, on i586 and x86_64 architectures.+<code> 
 +dnf -y install dnf-plugins-core 
 +dnf config-manager --add-repo https://rpm.kamailio.org/centos/kamailio.repo 
 +dnf install --disablerepo=kamailio --enablerepo=kamailio-5.3 kamailio 
 +</code>
  
-A mirror (not in real time) of the packages is hosted by:+For RHEL 6 and 7, CentOS 6 and 7 you can use
  
-  * http://rpm.kamailio.org+<code> 
 +yum -y install yum-utils 
 +yum-config-manager --add-repo https://rpm.kamailio.org/centos/kamailio.repo 
 +yum install --disablerepo=kamailio --enablerepo=kamailio-5.3 kamailio 
 +</code>
  
-The OpenSuse build service project is available at:+If you want to install a specific Kamailio version, you have to use:
  
-  * https://build.opensuse.org/project/show/home:kamailio:v4.2.x-rpms+<code> 
 +dnf install --disablerepo=kamailio --enablerepo=kamailio-5.3.kamailio 
 +yum install --disablerepo=kamailio --enablerepo=kamailio-5.3.5 kamailio 
 +</code>
  
-Download links specific per distribution are: 
  
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.2.x-rpms/CentOS_5/ +===== Kamailio 5.2.x (Old Stable) =====
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.2.x-rpms/CentOS_6/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.2.x-rpms/CentOS_7/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.2.x-rpms/Fedora_20/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.2.x-rpms/Fedora_21/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.2.x-rpms/RHEL_5/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.2.x-rpms/RHEL_6/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.2.x-rpms/RHEL_7/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.2.x-rpms/openSUSE_13.1/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.2.x-rpms/openSUSE_13.2/+
  
-===== Kamailio 4.0.x and 4.1.x =====+The RPM packages build using docker images for 
 +  - RHEL 6, 7, 8; 
 +  - CentOS 6, 7, 8; 
 +  - officially support Fedora releases; 
 +  - OpenSUSE 15, 42.and 42.3.
  
-The RPM packages are built on OpenSUSE build server for Centos 5.5 and 6, RedHat 5 and 6, Fedora 16, 17, 18 and 19, OpenSuse 12.1, 12.2, 12.3 and 13.1, on i586 and x86_64 architectures.+All RPM packages prepared for x86_64 architecture.
  
-A mirror of the packages is hosted by:+Compiled RPM packages located in subdirectories at:
  
-  * http://rpm.kamailio.org+  * https://rpm.kamailio.org
  
-The OpenSuse build service project is available at:+To install kamailio you can use commands on
  
-  * https://build.opensuse.org/project/show/home:kamailio:telephony+For RHEL 8, CentOS 8 and Fedora
  
-Download links specific per distribution are:+<code> 
 +dnf -y install dnf-plugins-core 
 +dnf config-manager --add-repo https://rpm.kamailio.org/centos/kamailio.repo 
 +dnf install --disablerepo=kamailio --enablerepo=kamailio-5.2 kamailio 
 +</code>
  
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/CentOS_CentOS-5/ +For RHEL and 7, CentOS and 7 you can use
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/CentOS_CentOS-6+
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/RedHat_RHEL-5/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/RedHat_RHEL-6+
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/Fedora_16/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/Fedora_17/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/Fedora_18/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/Fedora_19/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/openSUSE_11.4/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/openSUSE_12.1/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/openSUSE_12.2/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/openSUSE_12.3/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/openSUSE_13.1/+
  
-==== Peter Dunkley's YUM Repository ====+<code> 
 +yum -y install yum-utils 
 +yum-config-manager --add-repo https://rpm.kamailio.org/centos/kamailio.repo 
 +yum install --disablerepo=kamailio --enablerepo=kamailio-5.2 kamailio 
 +</code>
  
-This is an alternative repository packaging Kamailio for Enterprise Linux 6 (CentOS/RHEL/similar) i386x86_64, and Fedora 17 arm (Raspberry Pi), i386, x86_64.+If you want to install a specific Kamailio versionyou have to use:
  
-See details at:+<code> 
 +dnf install --disablerepo=kamailio --enablerepo=kamailio-5.2.7 kamailio 
 +yum install --disablerepo=kamailio --enablerepo=kamailio-5.2.7 kamailio 
 +</code>
  
-  * http://dl.dropbox.com/u/9300853/yum/index.html 
  
-===== Kamailio 3.3.x ===== 
- 
-The RPM packages are built on OpenSUSE build server for Centos 5.5, Centos 6, RedHat 5, RedHat 6, Fedora 15, Fedora 16, Fedora 17, OpenSuse 11.4 and OpenSuse 12.1, on i586 and x86_64 architectures. 
- 
-The build service project is available at: 
- 
-  * https://build.opensuse.org/package/show?package=kamailio33&project=home%3Akamailio%3Atelephony 
- 
-Download links specific per distribution are: 
- 
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/CentOS_CentOS-5/ 
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/CentOS_CentOS-6/ 
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/RedHat_RHEL-5/ 
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/RedHat_RHEL-6/ 
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/Fedora_15/ 
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/Fedora_16/ 
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/Fedora_17/ 
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/openSUSE_11.4/ 
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/openSUSE_12.1/ 
- 
- 
-===== Kamailio 3.2.x ===== 
- 
-The RPM packages are built on OpenSUSE build server for Centos 5.5, Centos 6, RedHat 5, RedHat 6, Fedora 15, Fedora 16, OpenSuse 11.4 and OpenSuse 12.1, on i586 and x86_64 architectures. 
- 
-The build service project is available at: 
- 
-  * https://build.opensuse.org/package/show?package=kamailio32&project=home%3Akamailio%3Atelephony 
- 
-Download links specific per distribution are: 
- 
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/CentOS_CentOS-5/ 
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/CentOS_CentOS-6/ 
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/RedHat_RHEL-5/ 
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/RedHat_RHEL-6/ 
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/Fedora_15/ 
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/Fedora_16/ 
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/openSUSE_11.4/ 
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/openSUSE_12.1/ 
packages/rpms.txt · Last modified: 2021/06/26 19:12 by s.safarov_gmail.com