小编给大家分享一下如何安装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源”这篇文章的所有内容,感谢各位的阅读!相信大家都有了一定的了解,希望分享的内容对大家有所帮助,如果还想学习更多知识,欢迎关注亿速云行业资讯频道!
亿速云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。
原文链接:https://my.oschina.net/u/3695598/blog/4286497