如何安装aarch64的centos的yum源

发布时间:2021-11-15 15:33:13 作者:小新
来源:亿速云 阅读:1392

小编给大家分享一下如何安装aarch64的centos的yum源,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!

  1. 没网

    先进行断网检测,发现DNS没有配置对

  2. 配置DNS

    修改/etc/resolv.conf

    # Generated by NetworkManager
    nameserver 114.114.114.114
    # 建议查自己使用的DNS服务器


  3. 更新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


  4. 最后

    清理并更新

    yum clean all
    yum makecache
    yum update


  5. 指令修改

     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源”这篇文章的所有内容,感谢各位的阅读!相信大家都有了一定的了解,希望分享的内容对大家有所帮助,如果还想学习更多知识,欢迎关注亿速云行业资讯频道!

推荐阅读:
  1. Centos 7 超简单yum源安装MongoDB
  2. CentOS配置Nginx官方的Yum源

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

centos aarch64 yum

上一篇:如何使用golang自带net/http接收文件

下一篇:怎么使用linux中的ack

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》