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 [2019/10/18 08:00]
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.
Line 9: Line 15:
 <code> <code>
 cd /etc/yum.repos.d/ cd /etc/yum.repos.d/
-wget http://download.opensuse.org/repositories/home:/kamailio:/v5.3.x-rpms/CentOS_7/home:kamailio:v5.2.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>
  
Line 22: Line 28:
 gpgkey=http://download.opensuse.org/repositories/home:/kamailio:/v5.3.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>
 +
 +===== 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> </code>
  
packages/rpms.txt ยท Last modified: 2021/06/26 19:12 by s.safarov_gmail.com