centos下可以通過yum很方便快捷的安裝所需的軟體和庫,如果yum的源不好,安裝速度會非常慢,centos預設官方源似乎都是國外的,所以速度無法保證,我一直使用163的源,感覺速度不錯。下面就說說如何修改yum的源。
1、進入存放源配置的資料夾新增epel源;今天要安裝heartbeat,官方源是沒有的,cd /etc/yum.repos.d
2、備份預設源
mv ./centos-base.repo ./centos-base.repo.bak
wget
mv centos-base-163.repo centos-base.repo
wget
rpm -ivuh epel-release-6-5.noarch.rpm
--enablerepo=epel install heartbeat -y
CentOS 如何更新 yum 源
1 進入目錄 cd etc yum.repos.d2 備份檔案 mv centos base.repo centos base.repo.backup3 centos 6.8 更新 網易源 centos 更新 網易源 curl o mv centos6 base 163.repo centos ba...
centos6 0搭建本地yum源,網路源
centos6.0搭建本地yum源,網路源 本文講解yum源的三個使用方法,可根據實際生產環境進行選擇,建議有linux基礎的同學學習,掛載映象和服務安裝啟動這些不講了,或者直接傻瓜式操作,直接貼上複製也可以使用。1.本地yum源 將本地的ios映象掛載在本地目錄中,當作yum源。2.伺服器yum源...
Centos7更新yum源為163源
第一步 備份當前的yum源 為了防止出錯,方便還原 cd etc yum.repos.d mv centos base.repo centos base.repo.bak wget 執行完後,會在當前目錄下得到乙個centosos7 base 163.repo檔案 第三步 清理舊包 yum clea...