大家可能都发现了centos8已经不在更新了。当我们使用yum安装某些工具的时候,会提示安装源失败。错误消息如下
[root@product016 ~]# yum -y install gcc automake autoconf libtool make
CentOS Linux 8 - AppStream 7.5 kB/s | 2.3 kB 00:00
Errors during downloading metadata for repository 'appstream':
- Status code: 404 for http://mirrors.cloud.aliyuncs.com/centos/8/AppStream/x86_64/os/repodata/repomd.xml (IP: 100.100.2.148)
错误:为 repo 'appstream' 下载元数据失败 : Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
上面的错误,同样在使用VMware虚拟机安装centos8系统的时候,同样在安装界面出现安装源失败,无法安装导致不能下一步。
-------------------------