packages:rpms
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
packages:rpms [2017/12/19 14:41] – [RPM Packages] miconda | packages:rpms [2021/06/26 17:12] (current) – s.safarov_gmail.com | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== Overview ===== | ===== Overview ===== | ||
- | Most of the RPM packages 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 **/ | + | Kamailio is maintaining it own server hosting |
- | For example, to add the repository | + | Note: the OpenSUSE Build Service (OBS) project is still available, mainly kept for testing purposes (should not be used anymore): |
- | < | + | * [[packages:rpms-obs|OBS Packages Details]] |
- | cd / | + | |
- | wget http:// | + | |
- | </ | + | |
- | ===== Kamailio 5.1.x ===== | + | |
- | The RPM packages are built on OpenSUSE Build Service for CentOS 6 and 7, Fedora 25, 26 and 27, RedHat 6 and 7, OpenSUSE 42.2 and 42.3, on i586 and x86_64 architectures. | ||
- | The OpenSuse build service project is available at: | + | ===== Kamailio 5.5.x (Latest Stable) ===== |
- | * https://build.opensuse.org/ | + | The RPM packages |
+ | - RHEL 6, 7, 8; | ||
+ | - CentOS 6, 7, 8; | ||
+ | - officially supported Fedora releases; | ||
+ | - OpenSUSE 15, 42.2 and 42.3. | ||
- | Download links specific per distribution | + | All RPM packages |
- | * http:// | + | Compiled RPM packages are located in subdirectories at: |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | ===== Kamailio 5.0.x ===== | + | * https://rpm.kamailio.org |
- | 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. | + | To install Kamailio |
- | The OpenSuse build service project is available at: | + | * for RHEL 8, CentOS 8 and Fedora: |
- | * https://build.opensuse.org/project/show/home:kamailio:v5.0.x-rpms | + | < |
+ | dnf -y install dnf-plugins-core | ||
+ | dnf config-manager --add-repo | ||
+ | dnf install kamailio | ||
+ | </ | ||
- | Download links specific per distribution are: | + | * for RHEL 6 and 7, CentOS 6 and 7 you can use |
- | * http:// | + | < |
- | * http:// | + | yum -y install yum-utils |
- | * http:// | + | yum-config-manager --add-repo https://rpm.kamailio.org/ |
- | * http:// | + | yum install |
- | * http://download.opensuse.org/ | + | </code> |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | ===== Kamailio | + | If you want to install a specific |
- | The RPM packages are built on OpenSUSE Build Service for CentOS | + | < |
+ | dnf install --disablerepo=kamailio --enablerepo=kamailio-5.5.0 kamailio | ||
+ | yum install --disablerepo=kamailio --enablerepo=kamailio-5.5.0 kamailio | ||
+ | </ | ||
- | A mirror | + | ===== Kamailio 5.4.x (Old Stable) ===== |
- | * http://rpm.kamailio.org | + | 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. | ||
- | The OpenSuse build service project is available at: | + | All RPM packages are built for x86_64 architecture. |
- | * https:// | + | Compiled RPM packages are located in subdirectories at: |
- | Download links specific per distribution are: | + | * https:// |
- | * http:// | + | To install Kamailio RPM repository, you can use the next commands: |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | ===== Kamailio 4.3.x ===== | + | * for RHEL 8, CentOS 8 and Fedora: |
- | 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. | + | < |
+ | dnf -y install dnf-plugins-core | ||
+ | dnf config-manager --add-repo https://rpm.kamailio.org/ | ||
+ | dnf install kamailio | ||
+ | </ | ||
- | A mirror (not in real time) of the packages is hosted by: | + | * for RHEL 6 and 7, CentOS 6 and 7 you can use |
- | * http:// | + | < |
+ | yum -y install yum-utils | ||
+ | yum-config-manager --add-repo https:// | ||
+ | yum install kamailio | ||
+ | </ | ||
- | The OpenSuse build service project is available at: | + | If you want to install a specific Kamailio version need use command like |
- | * https:// | + | < |
+ | dnf install --disablerepo=kamailio --enablerepo=kamailio-5.4.0 kamailio | ||
+ | yum install --disablerepo=kamailio --enablerepo=kamailio-5.4.0 kamailio | ||
+ | </ | ||
- | Download links specific per distribution are: | + | ===== Kamailio 5.3.x (Old Stable) ===== |
- | * http:// | + | 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. |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | ===== Kamailio 4.2.x ===== | + | All RPM packages prepared for x86_64 architecture. |
- | The RPM packages | + | Compiled |
- | A mirror (not in real time) of the packages is hosted by: | + | * https:// |
- | * http://rpm.kamailio.org | + | To install |
- | The OpenSuse build service project is available at: | + | For RHEL 8, CentOS 8 and Fedora |
- | * https://build.opensuse.org/project/show/home:kamailio:v4.2.x-rpms | + | < |
+ | dnf -y install dnf-plugins-core | ||
+ | dnf config-manager --add-repo | ||
+ | dnf install | ||
+ | </ | ||
- | Download links specific per distribution are: | + | For RHEL 6 and 7, CentOS 6 and 7 you can use |
- | * http:// | + | < |
- | * http:// | + | yum -y install yum-utils |
- | * http:// | + | yum-config-manager --add-repo https://rpm.kamailio.org/ |
- | * http://download.opensuse.org/ | + | yum install |
- | * http:// | + | </code> |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | ===== Kamailio | + | If you want to install a specific |
- | The RPM packages are built on OpenSUSE build server for Centos | + | < |
+ | dnf install --disablerepo=kamailio --enablerepo=kamailio-5.3.5 kamailio | ||
+ | yum install --disablerepo=kamailio --enablerepo=kamailio-5.3.5 kamailio | ||
+ | </ | ||
- | A mirror of the packages is hosted by: | ||
- | * http://rpm.kamailio.org | + | ===== Kamailio 5.2.x (Old Stable) ===== |
- | The OpenSuse | + | The RPM packages |
+ | - RHEL 6, 7, 8; | ||
+ | - CentOS 6, 7, 8; | ||
+ | - officially support Fedora releases; | ||
+ | - OpenSUSE 15, 42.2 and 42.3. | ||
- | * https:// | + | All RPM packages prepared for x86_64 architecture. |
- | Download links specific per distribution are: | + | Compiled RPM packages located in subdirectories at: |
- | * http://download.opensuse.org/ | + | * https://rpm.kamailio.org |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | ==== Peter Dunkley' | + | To install kamailio you can use commands on |
- | This is an alternative repository packaging Kamailio for Enterprise Linux 6 (CentOS/RHEL/similar) i386, x86_64, and Fedora | + | For RHEL 8, CentOS 8 and Fedora |
- | See details at: | + | < |
+ | dnf -y install dnf-plugins-core | ||
+ | dnf config-manager --add-repo https:// | ||
+ | dnf install --disablerepo=kamailio --enablerepo=kamailio-5.2 kamailio | ||
+ | </ | ||
- | * http:// | + | For RHEL 6 and 7, CentOS 6 and 7 you can use |
- | ===== Kamailio 3.3.x ===== | + | < |
- | + | yum -y install yum-utils | |
- | The RPM packages are built on OpenSUSE build server for Centos | + | yum-config-manager --add-repo https://rpm.kamailio.org/ |
+ | yum install --disablerepo=kamailio --enablerepo=kamailio-5.2 kamailio | ||
+ | </ | ||
- | The build service project is available at: | + | If you want to install a specific Kamailio version, you have to use: |
- | * https:// | + | < |
- | + | dnf install --disablerepo=kamailio --enablerepo=kamailio-5.2.7 kamailio | |
- | Download links specific per distribution are: | + | yum install |
- | + | </code> | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | * http:// | + | |
- | + | ||
- | + | ||
- | ===== 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:// | + | |
- | Download links specific per distribution are: | ||
- | * http:// | ||
- | * http:// | ||
- | * http:// | ||
- | * http:// | ||
- | * http:// | ||
- | * http:// | ||
- | * http:// | ||
- | * http:// |
packages/rpms.1513694512.txt.gz · Last modified: 2017/12/19 14:41 by miconda