-
-
Save alsyundawy/5cfc0f0833209062cfccb885c0363ec5 to your computer and use it in GitHub Desktop.
CentOS 5.x yum repos
This file contains 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
# CentOS-Base.repo | |
# | |
# The mirror system uses the connecting IP address of the client and the | |
# update status of each mirror to pick mirrors that are updated to and | |
# geographically close to the client. You should use this for CentOS updates | |
# unless you are manually picking other mirrors. | |
# | |
# If the mirrorlist= does not work for you, as a fall back you can try the | |
# remarked out baseurl= line instead. | |
# | |
# | |
[base] | |
name=CentOS-$releasever - Base | |
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os | |
baseurl=http://vault.centos.org/5.11/os/$basearch | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
#released updates | |
[updates] | |
name=CentOS-$releasever - Updates | |
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates | |
baseurl=http://vault.centos.org/5.11/updates/$basearch | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
#packages used/produced in the build but not released | |
[addons] | |
name=CentOS-$releasever - Addons | |
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=addons | |
baseurl=http://vault.centos.org/5.11/addons/$basearch | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
#additional packages that may be useful | |
[extras] | |
name=CentOS-$releasever - Extras | |
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras | |
baseurl=http://vault.centos.org/5.11/extras/$basearch | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
#additional packages that extend functionality of existing packages | |
[centosplus] | |
name=CentOS-$releasever - Plus | |
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus | |
baseurl=http://vault.centos.org/5.11/centosplus/$basearch | |
gpgcheck=1 | |
enabled=0 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
#contrib - packages by Centos Users | |
[contrib] | |
name=CentOS-$releasever - Contrib | |
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib | |
baseurl=http://vault.centos.org/5.11/contrib/$basearch | |
gpgcheck=1 | |
enabled=0 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 |
This file contains 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
# CentOS-Debuginfo.repo | |
# | |
# The mirror system uses the connecting IP address of the client and the | |
# update status of each mirror to pick mirrors that are updated to and | |
# geographically close to the client. You should use this for CentOS updates | |
# unless you are manually picking other mirrors. | |
# | |
# All debug packages from all the various CentOS-5 releases | |
# are merged into a single repo, split by BaseArch | |
# | |
# Note: packages in the debuginfo repo are currently not signed | |
# | |
[base-debuginfo] | |
name=CentOS-5 - Debuginfo | |
baseurl=http://debuginfo.centos.org/5/$basearch/ | |
gpgcheck=0 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 |
This file contains 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
[fasttrack] | |
name=CentOS-5 - fasttrack | |
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=fasttrack | |
#baseurl=http://mirror.centos.org/centos/$releasever/fasttrack/$basearch/ | |
gpgcheck=1 | |
enabled=0 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 |
This file contains 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
# CentOS-Media.repo | |
# | |
# This repo is used to mount the default locations for a CDROM / DVD on | |
# CentOS-5. You can use this repo and yum to install items directly off the | |
# DVD ISO that we release. | |
# | |
# To use this repo, put in your DVD and use it with the other repos too: | |
# yum --enablerepo=c5-media [command] | |
# | |
# or for ONLY the media repo, do this: | |
# | |
# yum --disablerepo=\* --enablerepo=c5-media [command] | |
[c5-media] | |
name=CentOS-$releasever - Media | |
baseurl=file:///media/CentOS/ | |
file:///media/cdrom/ | |
file:///media/cdrecorder/ | |
gpgcheck=1 | |
enabled=0 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 |
This file contains 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
# CentOS-Sources.repo | |
# | |
# The mirror system uses the connecting IP address of the client and the | |
# update status of each mirror to pick mirrors that are updated to and | |
# geographically close to the client. You should use this for CentOS updates | |
# unless you are manually picking other mirrors. | |
# | |
# If the mirrorlist= does not work for you, as a fall back you can try the | |
# remarked out baseurl= line instead. | |
# | |
# | |
[base-source] | |
name=CentOS-$releasever - Base Sources | |
baseurl=http://vault.centos.org/centos/$releasever/os/Source/ | |
gpgcheck=1 | |
enabled=0 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
#released updates | |
[updates-source] | |
name=CentOS-$releasever - Updates Sources | |
baseurl=http://vault.centos.org/centos/$releasever/updates/Source/ | |
gpgcheck=1 | |
enabled=0 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
#additional packages that may be useful | |
[extras-source] | |
name=CentOS-$releasever - Extras Sources | |
baseurl=http://vault.centos.org/centos/$releasever/extras/Source/ | |
gpgcheck=1 | |
enabled=0 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
#additional packages that extend functionality of existing packages | |
[centosplus-source] | |
name=CentOS-$releasever - Plus Sources | |
baseurl=http://vault.centos.org/centos/$releasever/centosplus/Source/ | |
gpgcheck=1 | |
enabled=0 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
This file contains 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
# CentOS-Vault.repo | |
# | |
# The mirror system uses the connecting IP address of the client and the | |
# update status of each mirror to pick mirrors that are updated to and | |
# geographically close to the client. You should use this for CentOS updates | |
# unless you are manually picking other mirrors. | |
# | |
# | |
#---- Packages previously released as 5.10, and its updates | |
[C5.10-base] | |
name=CentOS-5.10 - Base | |
baseurl=http://vault.centos.org/5.10/os/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.10-updates] | |
name=CentOS-5.10 - Updates | |
baseurl=http://vault.centos.org/5.10/updates/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.10-extras] | |
name=CentOS-5.10 - Extras | |
baseurl=http://vault.centos.org/5.10/extras/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.10-centosplus] | |
name=CentOS-5.10 - Plus | |
baseurl=http://vault.centos.org/5.10/centosplus/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
#---- Packages previously released as 5.9, and its updates | |
[C5.9-base] | |
name=CentOS-5.9 - Base | |
baseurl=http://vault.centos.org/5.9/os/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.9-updates] | |
name=CentOS-5.9 - Updates | |
baseurl=http://vault.centos.org/5.9/updates/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.9-extras] | |
name=CentOS-5.9 - Extras | |
baseurl=http://vault.centos.org/5.9/extras/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.9-centosplus] | |
name=CentOS-5.9 - Plus | |
baseurl=http://vault.centos.org/5.9/centosplus/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
#---- Packages previously released as 5.8, and its updates | |
[C5.8-base] | |
name=CentOS-5.8 - Base | |
baseurl=http://vault.centos.org/5.8/os/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.8-updates] | |
name=CentOS-5.8 - Updates | |
baseurl=http://vault.centos.org/5.8/updates/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.8-extras] | |
name=CentOS-5.8 - Extras | |
baseurl=http://vault.centos.org/5.8/extras/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.8-centosplus] | |
name=CentOS-5.8 - Plus | |
baseurl=http://vault.centos.org/5.8/centosplus/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
#---- Packages previously released as 5.7, and its updates | |
[C5.7-base] | |
name=CentOS-5.7 - Base | |
baseurl=http://vault.centos.org/5.7/os/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.7-updates] | |
name=CentOS-5.7 - Updates | |
baseurl=http://vault.centos.org/5.7/updates/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.7-extras] | |
name=CentOS-5.7 - Extras | |
baseurl=http://vault.centos.org/5.7/extras/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.7-centosplus] | |
name=CentOS-5.7 - Plus | |
baseurl=http://vault.centos.org/5.7/centosplus/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
#---- Packages previously released as 5.6, and its updates | |
[C5.6-base] | |
name=CentOS-5.6 - Base | |
baseurl=http://vault.centos.org/5.6/os/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.6-updates] | |
name=CentOS-5.6 - Updates | |
baseurl=http://vault.centos.org/5.6/updates/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.6-extras] | |
name=CentOS-5.6 - Extras | |
baseurl=http://vault.centos.org/5.6/extras/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.6-centosplus] | |
name=CentOS-5.6 - Plus | |
baseurl=http://vault.centos.org/5.6/centosplus/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
#---- Packages previously released as 5.5, and its updates | |
[C5.5-base] | |
name=CentOS-5.5 - Base | |
baseurl=http://vault.centos.org/5.5/os/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.5-updates] | |
name=CentOS-5.5 - Updates | |
baseurl=http://vault.centos.org/5.5/updates/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.5-extras] | |
name=CentOS-5.5 - Extras | |
baseurl=http://vault.centos.org/5.5/extras/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.5-centosplus] | |
name=CentOS-5.5 - Plus | |
baseurl=http://vault.centos.org/5.5/centosplus/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
#---- Packages previously released as 5.4 and its updates | |
[C5.4-base] | |
name=CentOS-5.4 - Base | |
baseurl=http://vault.centos.org/5.4/os/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.4-updates] | |
name=CentOS-5.4 - Updates | |
baseurl=http://vault.centos.org/5.4/updates/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.4-extras] | |
name=CentOS-5.4 - Extras | |
baseurl=http://vault.centos.org/5.4/extras/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.4-centosplus] | |
name=CentOS-5.4 - Plus | |
baseurl=http://vault.centos.org/5.4/centosplus/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
#---- Packages previously released as 5.3 and its updates | |
[C5.3-base] | |
name=CentOS-5.3 - Base | |
baseurl=http://vault.centos.org/5.3/os/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.3-updates] | |
name=CentOS-5.3 - Updates | |
baseurl=http://vault.centos.org/5.3/updates/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.3-extras] | |
name=CentOS-5.3 - Extras | |
baseurl=http://vault.centos.org/5.3/extras/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.3-centosplus] | |
name=CentOS-5.3 - Plus | |
baseurl=http://vault.centos.org/5.3/centosplus/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
#---- Packages previously released as 5.2 and its updates | |
[C5.2-base] | |
name=CentOS-5.2 - Base | |
baseurl=http://vault.centos.org/5.2/os/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.2-updates] | |
name=CentOS-5.2 - Updates | |
baseurl=http://vault.centos.org/5.2/updates/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.2-extras] | |
name=CentOS-5.2 - Extras | |
baseurl=http://vault.centos.org/5.2/extras/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.2-centosplus] | |
name=CentOS-5.2 - Plus | |
baseurl=http://vault.centos.org/5.2/centosplus/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
#---- Packages previously released as 5.1 and its updates | |
[C5.1-base] | |
name=CentOS-5.1 - Base | |
baseurl=http://vault.centos.org/5.1/os/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.1-updates] | |
name=CentOS-5.1 - Updates | |
baseurl=http://vault.centos.org/5.1/updates/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.1-extras] | |
name=CentOS-5.1 - Extras | |
baseurl=http://vault.centos.org/5.1/extras/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.1-centosplus] | |
name=CentOS-5.1 - Plus | |
baseurl=http://vault.centos.org/5.1/centosplus/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
#---- Packages previously released as 5.0 and its updates | |
[C5.0-base] | |
name=CentOS-5.0 - Base | |
baseurl=http://vault.centos.org/5.0/os/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.0-updates] | |
name=CentOS-5.0 - Updates | |
baseurl=http://vault.centos.org/5.0/updates/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.0-extras] | |
name=CentOS-5.0 - Extras | |
baseurl=http://vault.centos.org/5.0/extras/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 | |
[C5.0-centosplus] | |
name=CentOS-5.0 - Plus | |
baseurl=http://vault.centos.org/5.0/centosplus/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 | |
enabled=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment