Rpmfusion:
Http://rpmfusion.org/
Http://mirrors.163.com/.help/rpmfusion.html
Http://mirrors.163.com/rpmfusion/free/el/updates/testing/6/
DAG's CentOS yum repository rpmforge
Http://dag.wieers.com/rpm/
Http://wiki.centos.org/AdditionalResources/Repositories/RPMForge#head-f0c3ecee3dbb407e4eed79a56ec0ae92d1398e01
Http://apt.sw.be/
Http://wubolu.iteye.com/blog/1153413
RPMforge is a collaboration of Dag and other packagers. they provide over 5000 packages for CentOS, including wine, vlc, mplayer, xmms-mp3, and other popular media tools. it is not part of Red Hat or CentOS but is designed to work with those distributions. see also Using RPMforge and Repoforge.
Http://apt.sw.be/
Replace Image
Http://ftp.heanet.ie/pub/freshrpms/pub/dag/
Http://rpmfind.net/linux/dag/
5. set priority
Set/etc/yum. repos. d/directory. repo-related files, such as CentOS-Base.repo, insert the sequence directive in these files: priority = N (N is a positive integer from 1 to 99, the smaller the value, the higher priority) the general configuration is like this:
[Base], [addons], [updates], [extras]… Priority = 1
[CentOSplus], [contrib]… Priority = 2
Third-party software source: priority = N (N> 10 recommended)
[Base]
Name = CentOS-$ releasever-Base
Using list = http://mirrorlist.centos.org /? Release = $ releasever & arch = $ basearch & repo = OS
# Baseurl = http://developer.centos.org/centos/?releasever/ OS /?basearch/
Gpgcheck = 1
Gpgkey = file: // etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
Priority = 1
# Released updates
[Updates]
Name = CentOS-$ releasever-Updates
"/Etc/yum. repos. d/CentOS-Base.repo" 66L, 2311C
# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and
# Update status of each mirror to pick mirrors that are updated to and
# Geographically close to the client. You shoshould use this for CentOS updates
# Unless you are manually picking other mirrors.
#
# If the specified list = does not work for you, as a fall back you can try
# Remarked out baseurl = line instead.
#
#
[Base]
Name = CentOS-$ releasever-Base
Using list = http://mirrorlist.centos.org /? Release = $ releasever & arch = $ basearch & repo = OS
# Baseurl = http://developer.centos.org/centos/?releasever/ OS /?basearch/
Gpgcheck = 1
Gpgkey = file: // etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
Priority = 1
# Released updates
[Updates]
Name = CentOS-$ releasever-Updates
Gpgkey = file: // etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
Priority = 1
# Additional packages that extend functionality of existing packages
[Centosplus]
Name = CentOS-$ releasever-Plus
Using list = http://mirrorlist.centos.org /? Release = $ releasever & arch = $ basearch & repo = centosplus
# Baseurl = http://developer.centos.org/centos/?releasever/centosplus/?basearch/
Gpgcheck = 1
Enabled = 0
Gpgkey = file: // etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
Priority = 2
# Contrib-packages by Centos Users
[Contrib]
Name = CentOS-$ releasever-Contrib
Using list = http://mirrorlist.centos.org /? Release = $ releasever & arch = $ basearch & repo = contrib
# Baseurl = http://developer.centos.org/centos/?releasever/contrib/?basearch/
Gpgcheck = 1
Enabled = 0
Gpgkey = file: // etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
Priority = 2
2. vi/etc/yum. repos. d/rpmforge. repo
Add priority = 11
2. vi/etc/yum. repos. d/rpmforge. repo
Add priority = 11
3. vi/etc/yum. repos. d/epel. repo
3. vi/etc/yum. repos. d/epel. repo
[Epel]
Name = Extra Packages for Enterprise Linux 5-$ basearch
# Baseurl = http://download.fedoraproject.org/pub/epel/5/?basearch
Using list = http://mirrors.fedoraproject.org/mirrorlist? Epel-5 & arch = $ basearch
Failovermethod = priority
Enabled = 1
Gpgcheck = 1
Gpgkey = file: // etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL
Priority = 12
[Epel-debuginfo]
Name = Extra Packages for Enterprise Linux 5-$ basearch-Debug
# Baseurl = http://download.fedoraproject.org/pub/epel/5/$basearch/debug
Using list = http://mirrors.fedoraproject.org/mirrorlist? Epel-debug-5 & arch = $ basearch
Failovermethod = priority
Enabled = 0
Gpgkey = file: // etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL
Gpgcheck = 1
Priority = 12
[Epel-source]
Name = Extra Packages for Enterprise Linux 5-$ basearch-Source
# Baseurl = http://download.fedoraproject.org/pub/epel/5/SRPMS
Using list = http://mirrors.fedoraproject.org/mirrorlist? Epel-source-5 & arch = $ basearch
Failovermethod = priority
Enabled = 0
Gpgkey = file: // etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL
Gpgcheck = 1
Priority = 12