Created
January 20, 2020 05:43
-
-
Save LuisErnestoZamb/fbedb6623fcf4948ad345dbc6c4689ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add this content on: "/etc/yum.repos.d/CentOS-Base.repo" | |
#---- Packages previously released as 4.3, and its updates | |
[base] | |
name=CentOS-4.3 - Base | |
baseurl=http://vault.centos.org/4.3/os/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-4 | |
enabled=1 | |
[updates] | |
name=CentOS-4.3 - Updates | |
baseurl=http://vault.centos.org/4.3/updates/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-4 | |
enabled=1 | |
[extras] | |
name=CentOS-4.3 - Extras | |
baseurl=http://vault.centos.org/4.3/extras/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-4 | |
enabled=1 | |
[centosplus] | |
name=CentOS-4.3 - Plus | |
baseurl=http://vault.centos.org/4.3/centosplus/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-4 | |
enabled=1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment