CentOS changes yum source and update system
[1] First backup /etc/yum.repos.d/centos-base.repo
Mv/etc/yum.repos.d/centos-base.repo/etc/yum.repos.d/centos-base.repo.backup
[2] enter the folder where the yum Source configuration file is located
[Email protected] yum.repos.d]# cd/etc/yum.repos.d/
[3] download the 163 yum Source configuration file and put it into /etc/yum.repos.d/( Please do backup before operation )
[Email protected] yum.repos.d]#
wget Http://mirrors.163.com/.help/CentOS6-Base-163.repo
[4] run yum makecache Generate cache
[email protected] yum.repos.d]# Yum Makecache
[5] updating the system
[[email protected] yum.repos.d]# yum-y update
[6] installing the vim editor
[Email protected] ~]# yum-y install vim*
Download the installation extension Source:
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
r PM-IVH epel-release-6-8.noarch.rpm
wget Span style= "text-decoration:underline;" > http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
R PM-IVH remi-release-6.rpm
sudo rpm-uvh remi-release-6*.rpm epel-release-6*.rpm
This article is from the "Lamplinux" blog, make sure to keep this source http://6783720.blog.51cto.com/6773720/1826570
Centos Update Source