过期文档害死人啊!最近一直在忙活yum源的问题。就是因为这个AppStream出了错。后来突然发现CentOS8阿里云官方源都下线了!
看了官方文档才知道。接下来,我教大家改一下yum源。
打开终端,首先cd到/etc/yum.repos.d。
然后执行这条命令
mv CentOS-Linux-baseOS.repo CentOS-Linux-baseOS.repo.backup
然后执行ls命令,如果有 CentOS-Linux-baseOS.repo.backup文件,说明备份成功。便可以执行下一条命令
wget -O CentOS-LinuxbaseOS.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo
或
curl -o CentOS-Linux-baseOS.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo
然后便可以创建元数据
yum makecache
然后,就没有然后了。