您好,登錄后才能下訂單哦!
小編給大家分享一下如何安裝aarch64的centos的yum源,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!
先進行斷網檢測,發現DNS
沒有配置對
修改/etc/resolv.conf
# Generated by NetworkManager nameserver 114.114.114.114 # 建議查自己使用的DNS服務器
yum
發現總是報錯
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was用瀏覽器可以訪問,提示網址
http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock
查看了一下。獲取到http://mirrors.huaweicloud.com/centos-altarch/7.8.2003/os/aarch74/ http://mirrors.bfsu.edu.cn/centos-altarch/7.8.2003/os/aarch74/ http://mirror.xtom.com.hk/centos-altarch/7.8.2003/os/aarch74/ http://mirror.worria.com/centos-altarch/7.8.2003/os/aarch74/ http://mirror-hk.koddos.net/centos-altarch/7.8.2003/os/aarch74/ http://mirror.aktkn.sg/centos-altarch/7.8.2003/os/aarch74/ http://ftp.yz.yamagata-u.ac.jp/pub/linux/centos-altarch/7.8.2003/os/aarch74/ http://mirrors.powernet.com.ru/centos-altarch/7.8.2003/os/aarch74/ http://mirror.hoster.kz/centos-altarch/7.8.2003/os/aarch74/ http://centosx4.centos.org/altarch/7.8.2003/os/aarch74/然后就設置了華為的源。清華源也可以。用的是
altarch
。
# CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors that are updated to and # geographically close to the client. You should use this for CentOS updates # unless you are manually picking other mirrors. # # If the mirrorlist= does not work for you, as a fall back you can try the # remarked out baseurl= line instead. # # [base] name=CentOS-$releasever - Base - mirrors.huaweicloud.com failovermethod=priority baseurl=http://mirrors.huaweicloud.com/centos-altarch/$releasever/os/$basearch/ gpgcheck=1 gpgkey=http://mirrors.huaweicloud.com/centos/RPM-GPG-KEY-CentOS-7 #released updates [updates] name=CentOS-$releasever - Updates - mirrors.huaweicloud.com failovermethod=priority baseurl=http://mirrors.huaweicloud.com/centos-altarch/$releasever/updates/$basearch/ gpgcheck=1 gpgkey=http://mirrors.huaweicloud.com/centos/RPM-GPG-KEY-CentOS-7 #additional packages that may be useful [extras] name=CentOS-$releasever - Extras - mirrors.huaweicloud.com failovermethod=priority baseurl=http://mirrors.huaweicloud.com/centos-altarch/$releasever/extras/$basearch/ gpgcheck=1 gpgkey=http://mirrors.huaweicloud.com/centos/RPM-GPG-KEY-CentOS-7 #additional packages that extend functionality of existing packages [centosplus] name=CentOS-$releasever - Plus - mirrors.huaweicloud.com failovermethod=priority baseurl=http://mirrors.huaweicloud.com/centos-altarch/$releasever/centosplus/$basearch/ gpgcheck=1 enabled=0 gpgkey=http://mirrors.huaweicloud.com/centos/RPM-GPG-KEY-CentOS-7 #contrib - packages by Centos Users [contrib] name=CentOS-$releasever - Contrib - mirrors.huaweicloud.com failovermethod=priority baseurl=http://mirrors.huaweicloud.com/centos-altarch/$releasever/contrib/$basearch/ gpgcheck=1 enabled=0 gpgkey=http://mirrors.huaweicloud.com/centos/RPM-GPG-KEY-CentOS-7
清理并更新
yum clean all yum makecache yum update
sed -i -E -e 's;^mirrorlist=;#mirrorlist=;' -e 's;^ *# *baseurl=http://mirror.centos.org/altarch/;baseurl=http://mirrors.huaweicloud.com/centos-altarch/;' /etc/yum.repos.d/*.repo
以上是“如何安裝aarch64的centos的yum源”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。