Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

CentOS7 configure local yum repository

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

After minimal installation of CentOS 7 on the virtual machine, there are really few tools inside, add cdrom as a local yum repository

1. Create a mount point for cdrom

mkdir /mnt/cdrom

2. Modify fstab to automatically mount cdrom when booting, and add the following line

/dev/cdrom /mnt/cdrom iso9660 defaults 0 0

3. Mount cdrom

mount -a

Move existing repo files to backup folder

cd /etc/yum.repo/

mkdir bak

mv .repo bak

Create cdrom.repo

vi cdrom.repo

[cdrom] name=CentOS-7 - CDROM baseurl=file:///mnt/cdrom enabled=1 gpgcheck=0

6. Testing

yum makecache

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report