Differences between revisions 1 and 2
Revision 1 as of 2020-12-03 01:44:01
Size: 1006
Editor: 203-158-33-6
Comment:
Revision 2 as of 2020-12-03 01:45:33
Size: 1100
Editor: 203-158-33-6
Comment:
Deletions are marked like this. Additions are marked like this.
Line 41: Line 41:
Add

{{{
enabled=0
}}}
on lines that it gives an error on. mostly on CentOS-Base file.

Updating Centos 6 Repo: add these lines to /etc/yum.repos.d/CentOS-Vault.repo

#-----------------

[C6.10-base]
name=CentOS-6.10 - Base
baseurl=http://vault.centos.org/6.10/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=1

[C6.10-updates]
name=CentOS-6.10 - Updates
baseurl=http://vault.centos.org/6.10/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=1

[C6.10-extras]
name=CentOS-6.10 - Extras
baseurl=http://vault.centos.org/6.10/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=1

[C6.10-contrib]
name=CentOS-6.10 - Contrib
baseurl=http://vault.centos.org/6.10/contrib/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=1

[C6.10-centosplus]
name=CentOS-6.10 - CentOSPlus
baseurl=http://vault.centos.org/6.10/centosplus/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=1

Add

enabled=0

on lines that it gives an error on. mostly on CentOS-Base file.

Update_Centos_6_repo (last edited 2020-12-03 01:45:33 by 203-158-33-6)