Configuration and usage of local yum source and network yum source in CentOS 6.5
Configuration and usage of local yum source and network yum source in CentOS 6.5
1. Local yum Source
1. The system has installed the yum software package by default, so you can directly configure it:
[Root @ localhost ~] # Cd/etc/yum. repos. d/yum source configuration file directory
[Root @ localhost yum. repos. d] # mv CentOS-Base.repo CentOS-Base.repo.bak first rename the network yum source configuration file (invalidate it)
[Root @ localhost yum. repos. d] # vim CentOS-Media.repo edit local yum source file
C6-media
Name = CentOS-$ releasever-Media local yum source name (can be modified at Will)
Baseurl = file: // mnt/sr0 disk Mount directory/mnt/sr0
Gpgcheck = 1
Enabled = 1 use this yum source (0 is not enabled)
Gpgkey = file: // mnt/sr0/RPM-GPG-KEY-CentOS-6 local yum source key
Ii. Network yum source (the premise is that you must be connected to the Internet. The yum source used here is the address of the University of Science and Technology of China:
University of Science and Technology: http://centos.ustc.edu.cn/centos)
[Root @ localhost yum. repos. d] # mv CentOS-Base.bak CentOS-Base.repo if you did not change the name before you do not need to perform this step
[Root @ localhost yum. repos. d] # vim CentOS-Base.repo edit network yum source file
[Base]
Name = CentOS-$ releasever-Base
# Items list = http://mirrorlist.centos.org /? Release = $ releasever & arch = $ basearch & repo = OS
Baseurl = http://centos.ustc.edu.cn/centos/?releasever/ OS /?basearch/
Gpgcheck = 1
Gpgkey = file: // etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
# Released updates
[Updates]
Name = CentOS-$ releasever-Updates
# Items list = http://mirrorlist.centos.org /? Release = $ releasever & arch = $ basearch & repo = updates
Baseurl = http://centos.ustc.edu.cn/centos/?releasever/updates/?basearch/
Gpgcheck = 1
Gpgkey = file: // etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
# Additional packages that may be useful
[Extras]
Name = CentOS-$ releasever-Extras
# Items list = http://mirrorlist.centos.org /? Release = $ releasever & arch = $ basearch & repo = extras
Baseurl = http://centos.ustc.edu.cn/centos/?releasever/extras/?basearch/
Gpgcheck = 1
Gpgkey = file: // etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
# Additional packages that extend functionality of existing packages
[Centosplus]
Name = CentOS-$ releasever-Plus
# Items list = http://mirrorlist.centos.org /? Release = $ releasever & arch = $ basearch & repo = centosplus
Baseurl = http://centos.ustc.edu.cn/centos/?releasever/centosplus/?basearch/
Gpgcheck = 1
Enabled = 0
Gpgkey = file: // etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
# Contrib-packages by Centos Users
[Contrib]
Name = CentOS-$ releasever-Contrib
# Items list = http://mirrorlist.centos.org /? Release = $ releasever & arch = $ basearch & repo = contrib
Baseurl = http://centos.ustc.edu.cn/centos/?releasever/contrib/?basearch/
Gpgcheck = 1
Enabled = 0
Gpgkey = file: // etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
Iii. Notes:
It is recommended that only one yum source be valid when yum is used, because the network yum source is used by default.
CentOS6.3 configure yum Source
CentOS 6.4 Use local yum Source
RedHat Linux local yum source configuration
RedHat 6.2 modify yum source in Linux use CentOS source for free
Configure the epel yum Source
Redhat local yum source configuration
Description of yum configuration file
Install yum in RedHat 6.1)
YUM installation and cleaning
Build yum local source on CentOS 6.4