[root@host /]# yum -y install bind
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
Setting up Install Process
No package bind available.
用yum安裝軟件習慣了,感覺是把下載的哪個配置文件給弄壞了。于是在網(wǎng)上查資料終于找到了原因:Centos中有一個配置文件專門存各種軟件下載信息,用yum安裝時會自動找到軟件鏡像站點。聽說好幾千個。輸入以下路徑看下:
ls /etc/yum.repos.d/
我們會看到一個文件
CentOS-Base.repo
輸入命令行
cat CentOS-Base.repo
結(jié)果為空。
首先備份/etc/yum.repos.d/CentOS-Base.repo
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup下載對應版本repo文件, 放入/etc/yum.repos.d/(操作前請做好相應備份)
運行yum makecache生成緩存。
===========================================================
CentOS 6
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repoCentOS 5