Warning: failed loading '/etc/yum.repos.d/name-of-the-appstream-repo.repo',

[venkat@centos8srvr mysqlee]$ sudo yum install *.rpm*
Repository cr is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository extras-source is listed more than once in the configuration
Repository fasttrack is listed more than once in the configuration
Warning: failed loading '/etc/yum.repos.d/name-of-the-appstream-repo.repo', skipping.


to fix you execute and run yum update

sed -i "s|mirrorlist|#mirrorlist|g" /etc/yum.repos.d/CentOS*

sed -i "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS*

Next Post Previous Post
No Comment
Add Comment
comment url