packages:rpms
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
packages:rpms [2020/08/13 09:14] – s.safarov_gmail.com | packages:rpms [2021/06/26 17:12] (current) – s.safarov_gmail.com | ||
---|---|---|---|
Line 10: | Line 10: | ||
+ | ===== Kamailio 5.5.x (Latest Stable) ===== | ||
- | ===== Kamailio 5.4.x (Latest | + | 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:// | ||
+ | |||
+ | To install Kamailio RPM repository, you can use the next commands: | ||
+ | |||
+ | * for RHEL 8, CentOS 8 and Fedora: | ||
+ | |||
+ | < | ||
+ | dnf -y install dnf-plugins-core | ||
+ | dnf config-manager --add-repo https:// | ||
+ | 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.5.0 kamailio | ||
+ | yum install --disablerepo=kamailio --enablerepo=kamailio-5.5.0 kamailio | ||
+ | </ | ||
+ | |||
+ | ===== Kamailio 5.4.x (Old Stable) ===== | ||
The RPM packages build using docker images for | The RPM packages build using docker images for |
packages/rpms.txt · Last modified: 2021/06/26 17:12 by s.safarov_gmail.com