Last active
September 18, 2024 02:13
-
-
Save misterebs/1f919923d75a951ce0a36663a2a5c1a0 to your computer and use it in GitHub Desktop.
CentOS-Base.repo
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
# /etc/yum.repos.d/CentOS-Base.repo | |
[base] | |
name=CentOS-$releasever - Base | |
baseurl=http://vault.centos.org/7.9.2009/os/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 | |
[updates] | |
name=CentOS-$releasever - Updates | |
baseurl=http://vault.centos.org/7.9.2009/updates/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 | |
[extras] | |
name=CentOS-$releasever - Extras | |
baseurl=http://vault.centos.org/7.9.2009/extras/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 | |
[centosplus] | |
name=CentOS-$releasever - Plus | |
baseurl=http://vault.centos.org/7.9.2009/centosplus/$basearch/ | |
gpgcheck=1 | |
enabled=0 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 | |
[contrib] | |
name=CentOS-$releasever - Contrib | |
baseurl=http://vault.centos.org/7.9.2009/contrib/$basearch/ | |
gpgcheck=1 | |
enabled=0 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment