yum國內映象配置

2021-07-25 19:32:05 字數 410 閱讀 7315

yum預設鏈結的還是國外的映象,速度相對不理想,配置成國內的映象會快很多,這裡以阿里映象為例進行配置:

centos系統更換軟體安裝源

centos 7

wget -o /etc/yum.repos.d/centos-base.repo

epel源

epel 5

wget -o /etc/yum.repos.d/epel-5.repo

epel 6

wget -o /etc/yum.repos.d/epel-6.repo

epel 7

wget -o /etc/yum.repos.d/epel-7.repo

第三步:執行yum makecache生成快取

yum clean all

yum makecache

配置國內yum源

網易 163 yum源是國內最好的yum源之一 無論是速度還是軟體版本,都非常的不錯,將yum源設定為163yum,可以提公升軟體包安裝和更新的速度,同時避免一些常見軟體版本無法找到。具體設定方法如下 1,進入yum源配置目錄 cd etc yum.repos.d 2,備份系統自帶的yum源 mv ...

國內yum源配置

國內yum源的安裝 163,阿里雲,epel 阿里雲映象源 1 備份 mv etc yum.repos.d centos base.repo etc yum.repos.d centos base.repo.backup centos 5 wget o etc yum.repos.d centos ...

Android SDK 國內映象配置

配置位址,啟動 android sdk manager 開啟主介面,依次選擇 tools options.彈出 android sdk manager settings 視窗 在 android sdk manager settings 視窗中,在 http proxy server 和 http ...