Centos/redhat using the disc yum source

Source: Internet
Author: User

Mount the ISO image of the CentOS5
[[email protected] ~]# mount -t iso9660 /dev/cdrom /mnt  mount: block device /dev/cdrom is write-protected, mounting read-only  [[email protected] mnt]# cd /etc/yum.repos.d/  [[email protected] yum.repos.d]# ls  CentOS-Base.repo  CentOS-Debuginfo.repo  CentOS-Media.repo  CentOS-Vault.repo

Centos-base.repo: Is the network source, the default use, if you want to use the local source, you need to change or delete the file name Centos-media.repo: Local Source configuration

Edit Centos-media.repo File:
[c6-media]name=CentOS-$releasever - Mediabaseurl=file:///mnt/        file:///media/CentOS/        file:///media/cdrom/        file:///media/cdrecorder/gpgcheck=0enabled=1#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
Final execution
[[email protected] yum.repos.d] yum clean all[[email protected] yum.repos.d] yum makecache
Test whether the configuration was successful
[[email protected] yum.repos.d] yum install samba

Centos/redhat using the disc yum source

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.