CentOS的REMI源

Posted Jim

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS的REMI源相关的知识,希望对你有一定的参考价值。

CentOS下除了EPEL源之外还有REMI的源,REMI源保证了软件的最新版,注意:并不一定是稳定的。并且安装了REMI源默认是不开启的,只有有需要的时候才进行开启使用。

在CentOS 7上:

# rpm --import http://rpms.famillecollet.com/RPM-GPG-KEY-remi
# rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm

在CentOS 6上:

# rpm --import http://rpms.famillecollet.com/RPM-GPG-KEY-remi
# rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm

使用:

# yum --enablerepo=remi search <keyword>
# yum --enablerepo=remi install <package-name>

 

参考:

https://www.linuxidc.com/Linux/2014-11/109240.htm

以上是关于CentOS的REMI源的主要内容,如果未能解决你的问题,请参考以下文章

centos7配置环境LNMP

yum-Remi源配置

CentOS7 安装php7.2 傻瓜式 并与nginx配合使用

CentOS 上最佳的第三方仓库

centos 7 安装 redis

Centos7安装php5.6并配置php-fpm协同工作