20180802CentOS 7安装 IUS并安装最新apache

系统 CentOS 7

 

先安装epel-release,因为IUS依赖于它

yum -y install epel-release

安装IUS

rpm -Uvh https://centos7.iuscommunity.org/ius-release.rpm

 为了更准确的使用IUS Repository,使用yum命令的 disablerepo 及 enablerepo选项指定IUS

yum install httpd --disablerepo=base,extras,updates --enablerepo=ius

 安装最新APACHE

yum install apache24u

 

 

 

 

 

 

       

你可能感兴趣的:(Linux)