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
Next revision Both sides next revision
packages:rpms [2017/12/19 15:44]
miconda
packages:rpms [2020/08/12 11:32]
miconda
Line 2: Line 2:
  
 ===== Overview ===== ===== Overview =====
 +
 +Kamailio is maintaining it own server hosting RPM repositories for several Linux distributions, courtesy of the time allocated by Sergey Safarov and infrastructure provided by LOD.com.
 +
 +Note: the OpenSUSE Build Service (OBS) project is still available, mainly kept for testing purposes (should not be used anymore):
 +
 +  * [[packages:rpms-obs|OBS Packages Details]]
  
 Most of the Kamailio RPM packages for various Linux distributions are generated using OpenSuse Build Service. To install Kamailio using **yum**, go to the provided download link for your operating system, get the **.repo** file and save it in **/etc/yum.repos.d/** directory. Most of the Kamailio RPM packages for various Linux distributions are generated using OpenSuse Build Service. To install Kamailio using **yum**, go to the provided download link for your operating system, get the **.repo** file and save it in **/etc/yum.repos.d/** directory.
  
-For example, to add the repository for Kamailio v5.1.x on a CentOS 7, do:+For example, to add the repository for Kamailio v5.3.x on a CentOS 7, do:
  
 <code> <code>
 cd /etc/yum.repos.d/ cd /etc/yum.repos.d/
-wget http://download.opensuse.org/repositories/home:/kamailio:/v5.1.x-rpms/CentOS_7/home:kamailio:v5.1.x-rpms.repo+wget http://download.opensuse.org/repositories/home:/kamailio:/v5.3.x-rpms/CentOS_7/home:kamailio:v5.3.x-rpms.repo
 </code> </code>
  
-The content of the **.repo** file (in this case **home:kamailio:v5.1.x-rpms.repo**), looks like:+The content of the **.repo** file (in this case **home:kamailio:v5.3.x-rpms.repo**), looks like:
  
 <code> <code>
-[home_kamailio_v5.1.x-rpms] +[home_kamailio_v5.3.x-rpms] 
-name=RPM Packages for Kamailio v5.1.x (CentOS_7)+name=RPM Packages for Kamailio v5.3.x (CentOS_7)
 type=rpm-md type=rpm-md
-baseurl=http://download.opensuse.org/repositories/home:/kamailio:/v5.1.x-rpms/CentOS_7/+baseurl=http://download.opensuse.org/repositories/home:/kamailio:/v5.3.x-rpms/CentOS_7/
 gpgcheck=1 gpgcheck=1
-gpgkey=http://download.opensuse.org/repositories/home:/kamailio:/v5.1.x-rpms/CentOS_7/repodata/repomd.xml.key+gpgkey=http://download.opensuse.org/repositories/home:/kamailio:/v5.3.x-rpms/CentOS_7/repodata/repomd.xml.key
 enabled=1 enabled=1
 </code> </code>
 +
 +===== Kamailio 5.4.x =====
 +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.
 +
 +All RPM packages prepared for x86_64 architecture.
 +
 +Compiled RPM packages located in subdirectories at:
 +
 +  * http://rpm.kamailio.org
 +
 +To install kamailio you can use commands on
 +
 +For RHEL 8, CentOS 7 and Fedora
 +
 +<code>
 +dnf -y install dnf-plugins-core
 +dnf config-manager --add-repo http://rpm.kamailio.org/centos/kamailio.repo
 +dnf install kamailio
 +</code>
 +
 +For RHEL 6 and 7, CentOS 6 and 7 you can use
 +
 +<code>
 +yum -y install yum-utils
 +yum-config-manager --add-repo http://rpm.kamailio.org/centos/kamailio.repo
 +yum install kamailio
 +</code>
 +
 +If you want to install specific Kamailio version need use command like
 +
 +<code>
 +dnf install --disablerepo=kamailio --enablerepo=kamailio-5.4.0 kamailio
 +yum install --disablerepo=kamailio --enablerepo=kamailio-5.4.0 kamailio
 +</code>
 +
 +===== Kamailio 5.3.x =====
 +
 +The RPM packages are built on OpenSUSE Build Service for CentOS 6 and 7, Fedora 27, 28 and 29, RedHat 6 and 7, OpenSUSE 42.2 and 42.3, on i586 and x86_64 architectures.
 +
 +The OpenSuse build service project is available at:
 +
 +  * https://build.opensuse.org/project/show/home:kamailio:v5.3.x-rpms
 +
 +Download links specific per distribution are:
 +
 +  * http://download.opensuse.org/repositories/home:/kamailio:/v5.3.x-rpms/CentOS_6/
 +  * http://download.opensuse.org/repositories/home:/kamailio:/v5.3.x-rpms/CentOS_7/
 +  * http://download.opensuse.org/repositories/home:/kamailio:/v5.3.x-rpms/Fedora_29/
 +  * http://download.opensuse.org/repositories/home:/kamailio:/v5.3.x-rpms/Fedora_30/
 +  * http://download.opensuse.org/repositories/home:/kamailio:/v5.3.x-rpms/RHEL_6/
 +  * http://download.opensuse.org/repositories/home:/kamailio:/v5.3.x-rpms/RHEL_7/
 +  * http://download.opensuse.org/repositories/home:/kamailio:/v5.3.x-rpms/openSUSE_Leap_42.2/
 +  * http://download.opensuse.org/repositories/home:/kamailio:/v5.3.x-rpms/openSUSE_Leap_42.3/
 +
 +===== Kamailio 5.2.x =====
 +
 +The RPM packages are built on OpenSUSE Build Service for CentOS 6 and 7, Fedora 27, 28 and 29, RedHat 6 and 7, OpenSUSE 42.2 and 42.3, on i586 and x86_64 architectures.
 +
 +The OpenSuse build service project is available at:
 +
 +  * https://build.opensuse.org/project/show/home:kamailio:v5.2.x-rpms
 +
 +Download links specific per distribution are:
 +
 +  * http://download.opensuse.org/repositories/home:/kamailio:/v5.2.x-rpms/CentOS_6/
 +  * http://download.opensuse.org/repositories/home:/kamailio:/v5.2.x-rpms/CentOS_7/
 +  * http://download.opensuse.org/repositories/home:/kamailio:/v5.2.x-rpms/Fedora_27/
 +  * http://download.opensuse.org/repositories/home:/kamailio:/v5.2.x-rpms/Fedora_28/
 +  * http://download.opensuse.org/repositories/home:/kamailio:/v5.2.x-rpms/Fedora_29/
 +  * http://download.opensuse.org/repositories/home:/kamailio:/v5.2.x-rpms/RHEL_6/
 +  * http://download.opensuse.org/repositories/home:/kamailio:/v5.2.x-rpms/RHEL_7/
 +  * http://download.opensuse.org/repositories/home:/kamailio:/v5.2.x-rpms/openSUSE_Leap_42.2/
 +  * http://download.opensuse.org/repositories/home:/kamailio:/v5.2.x-rpms/openSUSE_Leap_42.3/
 +
 +
 ===== Kamailio 5.1.x ===== ===== Kamailio 5.1.x =====
  
packages/rpms.txt · Last modified: 2021/06/26 19:12 by s.safarov_gmail.com