redhat6.7修改为centos6.7官方yum源的示例分析
如何在redhat6.7上修改为centos6.7官方yum源
在终端输入命令:
sudo yum install yum-utils -y
sudo yum install epel-release -y
rpm -Uvh http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
然后输入命令:
sudo yum update
更新一下系统。
接下来就可以使用yum了。
相关文章