04-25-2022, 01:17 PM
To fix broken repo links
Make a backup file with
$ cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bk
And edit file with
$ nano /etc/yum.repos.d/CentOS-Base.repo
Delete all content and put this
[base]
name=CentOS-$releasever - Base
baseurl=http://mirror.nsc.liu.se/centos-store/6.10/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

