Tag Archives: Centos 6.4 repository not working

Centos 6.x repository not working

Centos 6.4 repository not working just rename     /etc/yum.repos.d/CentOS-Base.repo cd  /etc/yum.repos.d/ mv  CentOS-Base.repo  CentOS-Base.repo.old copy and paste below code on command prompt they try to use yum . cat <<-‘EOF’ > /etc/yum.repos.d/CentOS-Base.repo [C6.4-base] name=CentOS-6.4 – Base baseurl=http://vault.centos.org/6.4/os/$basearch/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 enabled=1 … Continue reading

Posted in Linux | Tagged | Leave a comment