安裝第三方YUM源可讓咱們輕鬆下載安裝所需軟件,自動解決依賴關係。。bash
目前阿里源、163源、epel源,大都是Centos的,/etc/yum.repos.d/下面是系統官方的源,連上網或許也能夠用(我反正從沒用過。。。)ide
下面我以Centos6.5系統爲例spa
[root@localhost~]# cd /etc/yum.repos.d 配置本地yum源code
[root@localhost~]# yum -y install wget 資源
# 安裝epel源,由於資源比較全
#這是6系列系統的源
rpm -Uvh http:
//mirrors
.kernel.org
/fedora-epel/6/i386/epel-release-6-8
.noarch.rpm
#這是7系列系統的源
7系統安裝這個 rpm -Uvh http://mirrors.kernel.org/fedora-epel/7Server/x86_64/e/epel-release-7-8.noarch.rpm
#安裝163源,和epel互補,速度也較快
get
#這是6系列系統的源
wget http:
//mirrors
.163.com/.help
/CentOS6-Base-163
.repo
#這是7系列系統的源
wget http://mirrors.163.com/.help/CentOS7-Base-163.repo
yum makecache
it
這就完成了!
class