User Tools

Site Tools


packages:rpms

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
packages:rpms [2011/10/18 16:28]
miconda created
packages:rpms [2020/08/13 11:14]
s.safarov_gmail.com
Line 1: Line 1:
 ====== RPM Packages ====== ====== RPM Packages ======
  
-===== Kamailio 3.2.x =====+===== Overview =====
  
-The RPM packages are built on OpenSUSE build server for Centos 5.5Centos 6, RedHat 5, Fedora 14 and OpenSuse 11.4, 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.
  
-The build service project is available at:+Note: the OpenSUSE Build Service (OBS) project is still available, mainly kept for testing purposes (should not be used anymore):
  
-  * https://build.opensuse.org/package/show?package=kamailio&project=home%3Akamailio%3Atelephony+  * [[packages:rpms-obs|OBS Packages Details]] 
 + 
 + 
 + 
 +===== Kamailio 5.4.x (Latest Stable) ===== 
 + 
 +The RPM packages build using docker images for 
 +  - RHEL 6, 7, 8; 
 +  - CentOS 6, 7, 8; 
 +  - officially supported Fedora releases; 
 +  - OpenSUSE 15, 42.2 and 42.3. 
 + 
 +All RPM packages are built for x86_64 architecture. 
 + 
 +Compiled RPM packages are located in subdirectories at: 
 + 
 +  * https://rpm.kamailio.org 
 + 
 +To install Kamailio RPM repository, you can use the next commands: 
 + 
 +  * for RHEL 8, CentOS 8 and Fedora: 
 + 
 +<code> 
 +dnf -y install dnf-plugins-core 
 +dnf config-manager --add-repo https://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 https://rpm.kamailio.org/centos/kamailio.repo 
 +yum install kamailio 
 +</code> 
 + 
 +If you want to install a 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 (Old Stable) ===== 
 + 
 +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: 
 + 
 +  * https://rpm.kamailio.org 
 + 
 +To install kamailio you can use commands on 
 + 
 +For RHEL 8, CentOS 8 and Fedora 
 + 
 +<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> 
 + 
 +For RHEL 6 and 7, CentOS 6 and 7 you can use 
 + 
 +<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> 
 + 
 +If you want to install a specific Kamailio version, you have to use: 
 + 
 +<code> 
 +dnf install --disablerepo=kamailio --enablerepo=kamailio-5.3.5 kamailio 
 +yum install --disablerepo=kamailio --enablerepo=kamailio-5.3.5 kamailio 
 +</code> 
 + 
 + 
 +===== Kamailio 5.2.x (Old Stable) ===== 
 + 
 +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: 
 + 
 +  * https://rpm.kamailio.org 
 + 
 +To install kamailio you can use commands on 
 + 
 +For RHEL 8, CentOS 8 and Fedora 
 + 
 +<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> 
 + 
 +For RHEL 6 and 7, CentOS 6 and 7 you can use 
 + 
 +<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> 
 + 
 +If you want to install a specific Kamailio version, you have to use: 
 + 
 +<code> 
 +dnf install --disablerepo=kamailio --enablerepo=kamailio-5.2.7 kamailio 
 +yum install --disablerepo=kamailio --enablerepo=kamailio-5.2.7 kamailio 
 +</code>
  
-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/Fedora_14/ 
-  * http://download.opensuse.org/repositories/home:/kamailio:/telephony/openSUSE_11.4/ 
packages/rpms.txt · Last modified: 2021/06/26 19:12 by s.safarov_gmail.com