Skip to content

Instantly share code, notes, and snippets.

@LuisErnestoZamb
Created January 20, 2020 05:43
Show Gist options
  • Save LuisErnestoZamb/fbedb6623fcf4948ad345dbc6c4689ea to your computer and use it in GitHub Desktop.
Save LuisErnestoZamb/fbedb6623fcf4948ad345dbc6c4689ea to your computer and use it in GitHub Desktop.
# 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