首页 > 技术文章 > RPM Repositories for CentOS 6, 7 and 8

lkj371 2022-03-01 17:43 原文

OKay offers an alternate repository to complement missing packages from CENTOS and EPEL.

Dependencies

  • CENTOS 6, 7 or 8
  • EPEL 6, 7 or 8

Installation

  1. Install EPEL repository. You can visit this guide or execute the following command: yum install epel-release
  2. Install OKay repository: 
    rpm -ivh http://repo.okay.com.mx/centos/6/i386/release/okay-release-1-3.el6.noarch.rpm? for 32 bits CentOS 6 (EOL)
    rpm -ivh http://repo.okay.com.mx/centos/6/x86_64/release/okay-release-1-3.el6.noarch.rpm? for 64 bits CentOS 6 (EOL)
    rpm -ivh http://repo.okay.com.mx/centos/7/x86_64/release/okay-release-1-5.el7.noarch.rpm? for 64 bits CentOS 7
    rpm -ivh http://repo.okay.com.mx/centos/8/x86_64/release/okay-release-1-5.el8.noarch.rpm? for 64 bits CentOS 8

    Or add the file /etc/yum.repos.d/okay.repo with following content:

    [okay]
    name=Extra OKay Packages for Enterprise Linux - $basearch
    baseurl=http://repo.okay.com.mx/centos/$releasever/$basearch/release
    failovermethod=priority
    enabled=1
    #gpgcheck=1
    #gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-OKAY

    [okay-debuginfo]
    name=Extra OKay Packages for Enterprise Linux - $basearch - Debug
    baseurl=http://repo.okay.com.mx/centos/$releasever/$basearch/debug
    failovermethod=priority
    enabled=0
    #gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-OKAY
    #gpgcheck=1

Some available Packages

FreeSWITCH
Ready to use on CentOS 6, 7 and 8.
FusionPBX
Ready to use. It includes xml_handler configuration, multi-tenant and LCR/Billing software. To install: yum install fusionpbx-all
Billing for FusionPBX
Bill your users for using the PBX. To install: yum install fusionpbx-billing
LCR for FusionPBX
Add LCR capabilities. To install: yum install fusionpbx-lcr
Kimchi
Web interface for KVM virtual machines managing.
OpenVPN
It includes patches to allow tunnels without encrypting.
PhantomJS
Headless WebKit with JavaScript API.
PHPShadow
Client to execute encrypted PHP code.
SHC
Bash scripts compiler.
SNIProxy
Proxy de TCP.
Syncthing
Allows to sync among your mobile, servers, desktops using a peer-to-peer network.
Apache
Allows having HTTP/2 protocol.

推荐阅读