zoukankan      html  css  js  c++  java
  • sad

    sudo yum --enablerepo=remi install php php-cli php-common php-mysql php-fpm

    # This repository only provides PHP 7.0 and its extensions
    # NOTICE: common dependencies are in "remi-safe"

    [remi-php70]
    name=Remi's PHP 7.0 RPM repository for Enterprise Linux 6 - $basearch
    #baseurl=http://rpms.remirepo.net/enterprise/6/php70/$basearch/
    #mirrorlist=https://rpms.remirepo.net/enterprise/6/php70/httpsmirror
    mirrorlist=http://cdn.remirepo.net/enterprise/6/php70/mirror
    enabled=1
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

    [remi-php70-debuginfo]
    name=Remi's PHP 7.0 RPM repository for Enterprise Linux 6 - $basearch - debuginfo
    baseurl=http://rpms.remirepo.net/enterprise/6/debug-php70/$basearch/
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

    [remi-php70-test]
    name=Remi's PHP 7.0 test RPM repository for Enterprise Linux 6 - $basearch
    #baseurl=http://rpms.remirepo.net/enterprise/6/test70/$basearch/
    #mirrorlist=https://rpms.remirepo.net/enterprise/6/test70/httpsmirror
    mirrorlist=http://cdn.remirepo.net/enterprise/6/test70/mirror
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

    [remi-php70-test-debuginfo]
    name=Remi's PHP 7.0 test RPM repository for Enterprise Linux 6 - $basearch - debuginfo

    -------------

    [remi-php70-test]
    name=Remi's PHP 7.0 test RPM repository for Enterprise Linux 6 - $basearch
    #baseurl=http://rpms.remirepo.net/enterprise/6/test70/$basearch/
    #mirrorlist=https://rpms.remirepo.net/enterprise/6/test70/httpsmirror
    mirrorlist=http://cdn.remirepo.net/enterprise/6/test70/mirror
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

    [remi-php70-test-debuginfo]
    name=Remi's PHP 7.0 test RPM repository for Enterprise Linux 6 - $basearch - debuginfo
    baseurl=http://rpms.remirepo.net/enterprise/6/debug-test70/$basearch/
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

  • 相关阅读:
    python版本升级及pip部署方法
    Redis集群管理(二)
    UP UP UP!(dp)
    One Way Roads(搜索)
    Back to Underworld(搜索)
    队列链表实现以及有序表的合并
    第八届郑州轻工业学院ACM(程序设计大赛)校内预选赛
    Modulo Sum(背包 + STL)
    Co-prime Array&&Seating On Bus(两道水题)
    Hard Process(二分)
  • 原文地址:https://www.cnblogs.com/chenliuxiao/p/9450118.html
Copyright © 2011-2022 走看看