centos6更換yum源和epel源

epel是yum的一個軟件用源,包含了很多基本源中沒有的軟件,cobbler就屬於基本源中沒有的軟件,所以需要安裝epel源。

yum源:

  wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo

epel源:

  wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章