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 [2020/08/12 11:32]
miconda
packages:rpms [2020/08/13 11:14]
s.safarov_gmail.com
Line 9: Line 9:
   * [[packages:rpms-obs|OBS Packages Details]]   * [[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. 
  
-For example, to add the repository for Kamailio v5.3.x on a CentOS 7, do: 
  
-<code> +===== Kamailio 5.4.x (Latest Stable) =====
-cd /etc/yum.repos.d/ +
-wget http://download.opensuse.org/repositories/home:/kamailio:/v5.3.x-rpms/CentOS_7/home:kamailio:v5.3.x-rpms.repo +
-</code>+
  
-The content of the **.repo** file (in this case **home:kamailio:v5.3.x-rpms.repo**), looks like: +The RPM packages build using docker images for
- +
-<code> +
-[home_kamailio_v5.3.x-rpms] +
-name=RPM Packages for Kamailio v5.3.x (CentOS_7) +
-type=rpm-md +
-baseurl=http://download.opensuse.org/repositories/home:/kamailio:/v5.3.x-rpms/CentOS_7/ +
-gpgcheck=1 +
-gpgkey=http://download.opensuse.org/repositories/home:/kamailio:/v5.3.x-rpms/CentOS_7/repodata/repomd.xml.key +
-enabled=1 +
-</code> +
- +
-===== Kamailio 5.4.x ===== +
-The RPm packages build using docker images for+
   - RHEL 6, 7, 8;   - RHEL 6, 7, 8;
   - CentOS 6, 7, 8;   - CentOS 6, 7, 8;
-  - officially support Fedora releases;+  - officially supported Fedora releases;
   - OpenSUSE 15, 42.2 and 42.3.   - OpenSUSE 15, 42.2 and 42.3.
  
-All RPM packages prepared for x86_64 architecture.+All RPM packages are built for x86_64 architecture.
  
-Compiled RPM packages located in subdirectories at:+Compiled RPM packages are located in subdirectories at:
  
-  * http://rpm.kamailio.org+  * https://rpm.kamailio.org
  
-To install kamailio you can use commands on+To install Kamailio RPM repository, you can use the next commands:
  
-For RHEL 8, CentOS and Fedora+  * for RHEL 8, CentOS and Fedora:
  
 <code> <code>
 dnf -y install dnf-plugins-core dnf -y install dnf-plugins-core
-dnf config-manager --add-repo http://rpm.kamailio.org/centos/kamailio.repo+dnf config-manager --add-repo https://rpm.kamailio.org/centos/kamailio.repo
 dnf install kamailio dnf install kamailio
 </code> </code>
  
-For RHEL 6 and 7, CentOS 6 and 7 you can use+  * for RHEL 6 and 7, CentOS 6 and 7 you can use
  
 <code> <code>
 yum -y install yum-utils yum -y install yum-utils
-yum-config-manager --add-repo http://rpm.kamailio.org/centos/kamailio.repo+yum-config-manager --add-repo https://rpm.kamailio.org/centos/kamailio.repo
 yum install kamailio yum install kamailio
 </code> </code>
  
-If you want to install specific Kamailio version need use command like+If you want to install specific Kamailio version need use command like
  
 <code> <code>
Line 68: Line 50:
 </code> </code>
  
-===== Kamailio 5.3.x =====+===== Kamailio 5.3.x (Old Stable) =====
  
-The RPM packages are built on OpenSUSE Build Service for CentOS and 7, Fedora 2728 and 29, RedHat 6 and 7, OpenSUSE 42.2 and 42.3, on i586 and x86_64 architectures.+The RPM packages build using docker images for 
 +  - RHEL 67, 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:v5.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:/v5.3.x-rpms/CentOS_6/ +To install kamailio you can use commands on
-  * 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 =====+For RHEL 8, CentOS 8 and Fedora
  
-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.+<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>
  
-The OpenSuse build service project is available at:+For RHEL 6 and 7, CentOS 6 and 7 you can use
  
-  * https://build.opensuse.org/project/show/home:kamailio:v5.2.x-rpms+<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>
  
-Download links specific per distribution are:+If you want to install a specific Kamailio version, you have to use:
  
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.2.x-rpms/CentOS_6/ +<code> 
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.2.x-rpms/CentOS_7/ +dnf install --disablerepo=kamailio --enablerepo=kamailio-5.3.kamailio 
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.2.x-rpms/Fedora_27/ +yum install --disablerepo=kamailio --enablerepo=kamailio-5.3.kamailio 
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.2.x-rpms/Fedora_28/ +</code>
-  * 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.2.x (Old Stable) =====
  
-The RPM packages are built on OpenSUSE Build Service for CentOS and 7, Fedora 2526 and 27, RedHat 6 and 7, OpenSUSE 42.2 and 42.3, on i586 and x86_64 architectures.+The RPM packages build using docker images for 
 +  - RHEL 67, 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:v5.1.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:/v5.1.x-rpms/CentOS_6/ +To install kamailio you can use commands on
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.1.x-rpms/CentOS_7/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.1.x-rpms/Fedora_25/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.1.x-rpms/Fedora_26/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.1.x-rpms/Fedora_27/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.1.x-rpms/RHEL_6/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.1.x-rpms/RHEL_7/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.1.x-rpms/openSUSE_Leap_42.2/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.1.x-rpms/openSUSE_Leap_42.3/+
  
-===== Kamailio 5.0.x =====+For RHEL 8, CentOS 8 and Fedora
  
-The RPM packages are built on OpenSUSE Build Service for CentOS 6 and 7, Fedora 25 and 26, RedHat 6 and 7, OpenSUSE 42.2 and 42.3, 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.2 kamailio 
 +</code>
  
-The OpenSuse build service project is available at:+For RHEL 6 and 7, CentOS 6 and 7 you can use
  
-  * https://build.opensuse.org/project/show/home:kamailio:v5.0.x-rpms+<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>
  
-Download links specific per distribution are:+If you want to install a specific Kamailio version, you have to use:
  
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.0.x-rpms/CentOS_6/ +<code> 
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.0.x-rpms/CentOS_7/ +dnf install --disablerepo=kamailio --enablerepo=kamailio-5.2.7 kamailio 
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.0.x-rpms/Fedora_25/ +yum install --disablerepo=kamailio --enablerepo=kamailio-5.2.kamailio 
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.0.x-rpms/Fedora_26/ +</code>
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.0.x-rpms/RHEL_6/ +
-  * 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.2/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v5.0.x-rpms/openSUSE_Leap_42.3/ +
- +
-===== Kamailio 4.4.x ===== +
- +
-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. +
- +
-A mirror (not in real time) of the packages is hosted by: +
- +
-  * http://rpm.kamailio.org +
- +
-The OpenSuse build service project is available at: +
- +
-  * https://build.opensuse.org/project/show/home:kamailio:v4.4.x-rpms +
- +
-Download links specific per distribution are: +
- +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.4.x-rpms/CentOS_5/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.4.x-rpms/CentOS_6/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.4.x-rpms/CentOS_7/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.4.x-rpms/Fedora_22/ +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.4.x-rpms/Fedora_23/ +
-  * 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 ===== +
- +
-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. +
- +
-A mirror (not in real time) of the packages is hosted by: +
- +
-  * http://rpm.kamailio.org +
- +
-The OpenSuse build service project is available at: +
- +
-  * https://build.opensuse.org/project/show/home:kamailio:v4.3.x-rpms +
- +
-Download links specific per distribution are: +
- +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.3.x-rpms/CentOS_5/ +
-  * 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 ===== +
- +
-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. +
- +
-A mirror (not in real time) of the packages is hosted by: +
- +
-  * http://rpm.kamailio.org +
- +
-The OpenSuse build service project is available at: +
- +
-  * https://build.opensuse.org/project/show/home:kamailio:v4.2.x-rpms +
- +
-Download links specific per distribution are: +
- +
-  * http://download.opensuse.org/repositories/home:/kamailio:/v4.2.x-rpms/CentOS_5/ +
-  * 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 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. +
- +
-A mirror of the packages is hosted by: +
- +
-  * http://rpm.kamailio.org +
- +
-The OpenSuse build service project is available at: +
- +
-  * https://build.opensuse.org/project/show/home:kamailio:telephony +
- +
-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_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 ==== +
- +
-This is an alternative repository packaging Kamailio for Enterprise Linux 6 (CentOS/RHEL/similar) i386, x86_64, and Fedora 17 arm (Raspberry Pi), i386, x86_64. +
- +
-See details at: +
- +
-  * 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