解决centos8 yum 安装报错 AppStream

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决centos8 yum 安装报错 AppStream相关的知识,希望对你有一定的参考价值。

参考技术A 1.centos8 yum安装时报错无法从AppStream下载

2.作操作前建议做个快照

3.测试网络是否畅通 ping www.baidu.com

4.更新国内Yum源 #本人用的腾讯源

腾云yum源: https://mirrors.tencent.com/help/centos.html
阿里yum源: https://developer.aliyun.com/mirror/centos

5.将原有源重命名或删除 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentO S-Base.repo.bak 或 rm -rf /etc/yum/repos.d/CentOS-Base.repo
6. wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.cloud.tencent.com/repo/centos8_base.repo

7.清理之前的Yum缓存 yum clean all

8.重新生成缓存 yum makecache 不出意外会报错 Failed to download metadata for repo 'AppStream'

9. vim /etc/yum.repos.d/CentOS-Base.repo.rpmsave 找到

[AppStream]

name=Qcloud centos AppStream - $basearch

baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/AppStream/$basearch/os/

enabled=0

gpgcheck=1

gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-Official

替换掉 /etc/yum.re pos.d/CentOS-AppStream.repo 里的原[AppStrean]

10.运行yum makecache 成功

11.建议做个快照。建议做个快照

liunx通过yum安装软件报错

在linux环境通过yum安装软件报了以下错误:

技术图片

 

 从字面意义上看是不能解析mirrorlist.centos.org这个地址,应该是跟dns网络配置有关系,最后解决方法是在DNS域名解析的配置文件增加DNS服务器的IP地址:

技术图片

重启网络服务

技术图片

 

 

重新yum安装,正常

以上是关于解决centos8 yum 安装报错 AppStream的主要内容,如果未能解决你的问题,请参考以下文章

centos8安装docker 遇到yum install -y yum-utils报错,No match for argument:Unable to find a match:

yum update 报错

linux解决centos8 wget 报错nown. wget: unable to resolve host address ‘mirrors.aliyun.com’

Centos8 yum 报错 Error: Failed to download metadata for repo 'appstream': Cannot prepare inter

centos8.1安装docker

解决centos8不能使用yum源