• 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.
  • 相关阅读:
    李永乐说股票
    01 什么是基金
    基金分享
    02 基金分类
    03 买什么基金合适
    06丨MongoDB基本操作
    详解大端模式和小端模式
    在UIViewController中获得Container View里的embed viewController的引用
    iphone Dev 开发实例10:How To Add a Slide-out Sidebar Menu in Your Apps
    iphone Dev 开发实例9:Create Grid Layout Using UICollectionView in iOS 6
  • 原文地址:https://www.cnblogs.com/lkj371/p/15951537.html
Copyright © 2020-2023  润新知