• RPM Repositories for CentOS 6, 7 and 8


    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.
  • 相关阅读:
    VS一个奇怪的发布问题
    VS删除空白行
    IDEA Rider 准备试用一段时间(1)
    IDEA Rider使用64位IISExpress(3)
    IDEA rider 管道模式 经典模式(2)
    VSCode批量替换使用注意问题
    IScroll Unable to preventDefault inside passive event listener due to target being treated as passive
    数据库索引也不是多多益善
    css设置手型光标
    javascript参数化拼接字符串两种方法
  • 原文地址:https://www.cnblogs.com/lkj371/p/15951537.html
Copyright © 2020-2023  润新知