packages:rpms
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
packages:rpms [2020/08/12 09:42] – [Kamailio 5.2.x (Old Stable)] miconda | 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 |
- RHEL 6, 7, 8; | - RHEL 6, 7, 8; | ||
- CentOS 6, 7, 8; | - CentOS 6, 7, 8; | ||
Line 23: | Line 61: | ||
Compiled RPM packages are located in subdirectories at: | Compiled RPM packages are located in subdirectories at: | ||
- | * http:// | + | * https:// |
To install Kamailio RPM repository, you can use the next commands: | To install Kamailio RPM repository, you can use the next commands: | ||
- | * for RHEL 8, CentOS | + | * for RHEL 8, CentOS |
< | < | ||
dnf -y install dnf-plugins-core | dnf -y install dnf-plugins-core | ||
- | dnf config-manager --add-repo | + | dnf config-manager --add-repo |
dnf install kamailio | dnf install kamailio | ||
</ | </ | ||
Line 39: | Line 77: | ||
< | < | ||
yum -y install yum-utils | yum -y install yum-utils | ||
- | yum-config-manager --add-repo | + | yum-config-manager --add-repo |
yum install kamailio | yum install kamailio | ||
</ | </ | ||
Line 52: | Line 90: | ||
===== Kamailio 5.3.x (Old Stable) ===== | ===== Kamailio 5.3.x (Old Stable) ===== | ||
- | The RPm packages build using docker images for | + | The RPM packages build using docker images for |
- RHEL 6, 7, 8; | - RHEL 6, 7, 8; | ||
- CentOS 6, 7, 8; | - CentOS 6, 7, 8; | ||
Line 62: | Line 100: | ||
Compiled RPM packages located in subdirectories at: | Compiled RPM packages located in subdirectories at: | ||
- | * http:// | + | * https:// |
To install kamailio you can use commands on | To install kamailio you can use commands on | ||
- | For RHEL 8, CentOS | + | For RHEL 8, CentOS |
< | < | ||
dnf -y install dnf-plugins-core | dnf -y install dnf-plugins-core | ||
- | dnf config-manager --add-repo | + | dnf config-manager --add-repo |
- | dnf install kamailio-5.3 | + | dnf install |
</ | </ | ||
Line 78: | Line 116: | ||
< | < | ||
yum -y install yum-utils | yum -y install yum-utils | ||
- | yum-config-manager --add-repo | + | yum-config-manager --add-repo |
- | yum install kamailio-5.3 | + | yum install |
</ | </ | ||
Line 85: | Line 123: | ||
< | < | ||
- | dnf install --disablerepo=kamailio-5.3 --enablerepo=kamailio-5.3.0 kamailio | + | dnf install --disablerepo=kamailio --enablerepo=kamailio-5.3.5 kamailio |
- | yum install --disablerepo=kamailio-5.3 --enablerepo=kamailio-5.3.0 kamailio | + | yum install --disablerepo=kamailio --enablerepo=kamailio-5.3.5 kamailio |
</ | </ | ||
Line 92: | Line 130: | ||
===== Kamailio 5.2.x (Old Stable) ===== | ===== Kamailio 5.2.x (Old Stable) ===== | ||
- | The RPm packages build using docker images for | + | The RPM packages build using docker images for |
- RHEL 6, 7, 8; | - RHEL 6, 7, 8; | ||
- CentOS 6, 7, 8; | - CentOS 6, 7, 8; | ||
Line 102: | Line 140: | ||
Compiled RPM packages located in subdirectories at: | Compiled RPM packages located in subdirectories at: | ||
- | * http:// | + | * https:// |
To install kamailio you can use commands on | To install kamailio you can use commands on | ||
- | For RHEL 8, CentOS | + | For RHEL 8, CentOS |
< | < | ||
dnf -y install dnf-plugins-core | dnf -y install dnf-plugins-core | ||
- | dnf config-manager --add-repo | + | dnf config-manager --add-repo |
- | dnf install kamailio-5.2 | + | dnf install |
</ | </ | ||
Line 118: | Line 156: | ||
< | < | ||
yum -y install yum-utils | yum -y install yum-utils | ||
- | yum-config-manager --add-repo | + | yum-config-manager --add-repo |
- | yum install kamailio-5.2 | + | yum install |
</ | </ | ||
Line 125: | Line 163: | ||
< | < | ||
- | dnf install --disablerepo=kamailio-5.2 --enablerepo=kamailio-5.2.0 kamailio | + | dnf install --disablerepo=kamailio --enablerepo=kamailio-5.2.7 kamailio |
- | yum install --disablerepo=kamailio-5.2 --enablerepo=kamailio-5.2.0 kamailio | + | yum install --disablerepo=kamailio --enablerepo=kamailio-5.2.7 kamailio |
</ | </ | ||
packages/rpms.1597225353.txt.gz · Last modified: 2020/08/12 09:42 by miconda