packages:rpms
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
packages:rpms [2014/08/14 22:10] – [Kamailio 4.0.x and 4.1.x] miconda | packages:rpms [2021/06/26 17:12] (current) – s.safarov_gmail.com | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== RPM Packages ====== | ====== RPM Packages ====== | ||
- | ===== Kamailio 4.0.x and 4.1.x ===== | + | ===== Overview |
- | The RPM packages are built on OpenSUSE build server | + | Kamailio is maintaining it own server hosting |
- | A mirror of the packages | + | Note: the OpenSUSE Build Service (OBS) project |
- | * http:// | + | * [[packages:rpms-obs|OBS Packages Details]] |
- | The OpenSuse build service project is available at: | ||
- | * https:// | + | ===== Kamailio 5.5.x (Latest Stable) ===== |
- | Download links specific per distribution are: | + | 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. | ||
- | * http:// | + | All RPM packages are built for x86_64 architecture. |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | ==== Peter Dunkley' | + | Compiled RPM packages are located in subdirectories at: |
- | 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. | + | * https://rpm.kamailio.org |
- | See details at: | + | To install Kamailio RPM repository, you can use the next commands: |
- | * http:// | + | * for RHEL 8, CentOS 8 and Fedora: |
- | ===== Kamailio 3.3.x ===== | + | < |
+ | dnf -y install dnf-plugins-core | ||
+ | dnf config-manager --add-repo https://rpm.kamailio.org/ | ||
+ | dnf install kamailio | ||
+ | </ | ||
- | The RPM packages are built on OpenSUSE build server | + | * for RHEL 6 and 7, CentOS |
- | The build service project is available at: | + | < |
+ | yum -y install yum-utils | ||
+ | yum-config-manager --add-repo https:// | ||
+ | yum install kamailio | ||
+ | </ | ||
- | * https:// | + | If you want to install a specific Kamailio version need use command like |
- | Download links specific per distribution are: | + | < |
+ | dnf install --disablerepo=kamailio --enablerepo=kamailio-5.5.0 kamailio | ||
+ | yum install --disablerepo=kamailio --enablerepo=kamailio-5.5.0 kamailio | ||
+ | </ | ||
- | * http:// | + | ===== Kamailio |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
+ | 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. | ||
- | ===== Kamailio 3.2.x ===== | + | All RPM packages are built for x86_64 architecture. |
- | 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. | + | Compiled |
- | The build service project is available at: | + | * https:// |
- | | + | To install Kamailio RPM repository, you can use the next commands: |
+ | |||
+ | | ||
+ | |||
+ | < | ||
+ | dnf -y install dnf-plugins-core | ||
+ | dnf config-manager --add-repo | ||
+ | dnf install kamailio | ||
+ | </ | ||
+ | |||
+ | * for RHEL 6 and 7, CentOS 6 and 7 you can use | ||
+ | |||
+ | < | ||
+ | yum -y install yum-utils | ||
+ | yum-config-manager --add-repo https:// | ||
+ | yum install kamailio | ||
+ | </ | ||
+ | |||
+ | If you want to install a specific Kamailio version need use command like | ||
+ | |||
+ | < | ||
+ | dnf install --disablerepo=kamailio --enablerepo=kamailio-5.4.0 kamailio | ||
+ | yum install --disablerepo=kamailio --enablerepo=kamailio-5.4.0 kamailio | ||
+ | </ | ||
+ | |||
+ | ===== Kamailio 5.3.x (Old Stable) ===== | ||
+ | |||
+ | The RPM packages | ||
+ | - 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:// | ||
+ | |||
+ | To install kamailio you can use commands on | ||
+ | |||
+ | For RHEL 8, CentOS 8 and Fedora | ||
+ | |||
+ | < | ||
+ | dnf -y install dnf-plugins-core | ||
+ | dnf config-manager --add-repo https://rpm.kamailio.org/ | ||
+ | dnf install --disablerepo=kamailio --enablerepo=kamailio-5.3 kamailio | ||
+ | </ | ||
+ | |||
+ | For RHEL 6 and 7, CentOS 6 and 7 you can use | ||
+ | |||
+ | < | ||
+ | yum -y install yum-utils | ||
+ | yum-config-manager --add-repo https:// | ||
+ | yum install --disablerepo=kamailio --enablerepo=kamailio-5.3 kamailio | ||
+ | </ | ||
+ | |||
+ | If you want to install a specific Kamailio version, you have to use: | ||
+ | |||
+ | < | ||
+ | dnf install --disablerepo=kamailio --enablerepo=kamailio-5.3.5 kamailio | ||
+ | yum install --disablerepo=kamailio --enablerepo=kamailio-5.3.5 kamailio | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== 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:// | ||
+ | |||
+ | To install kamailio you can use commands on | ||
+ | |||
+ | For RHEL 8, CentOS 8 and Fedora | ||
+ | |||
+ | < | ||
+ | dnf -y install dnf-plugins-core | ||
+ | dnf config-manager --add-repo https:// | ||
+ | dnf install --disablerepo=kamailio --enablerepo=kamailio-5.2 kamailio | ||
+ | </ | ||
+ | |||
+ | For RHEL 6 and 7, CentOS 6 and 7 you can use | ||
+ | |||
+ | < | ||
+ | yum -y install yum-utils | ||
+ | yum-config-manager --add-repo https:// | ||
+ | yum install --disablerepo=kamailio --enablerepo=kamailio-5.2 kamailio | ||
+ | </ | ||
+ | |||
+ | If you want to install a specific Kamailio version, you have to use: | ||
+ | |||
+ | < | ||
+ | dnf install --disablerepo=kamailio --enablerepo=kamailio-5.2.7 kamailio | ||
+ | yum install --disablerepo=kamailio --enablerepo=kamailio-5.2.7 kamailio | ||
+ | </ | ||
- | Download links specific per distribution are: | ||
- | * http:// | ||
- | * http:// | ||
- | * http:// | ||
- | * http:// | ||
- | * http:// | ||
- | * http:// | ||
- | * http:// | ||
- | * http:// |
packages/rpms.1408054240.txt.gz · Last modified: 2014/08/14 22:10 by miconda