Linux系統配置本地yum源
下面簡單介紹一下本地yum源的配置方法:
PS:此方法適用於Linux 7以下的版本,Linux 7版本的本地yum源的配置方法有些不同,以後單獨做介紹。
準備:
系統:Centos 6.5
工具:Centos 6.5的系統映象檔案
一、將系統映象檔案複製至Linux系統中,放到指定位置,本次放到了 /root目錄下。
[root@local ~]# ls CentOS-6.5-x86_64-bin-DVD1.iso
二、建立掛載點,並將系統映象檔案掛載。
[root@local ~]# mkdir /media/cd [root@local ~]# mount -o loop /root/CentOS-6.5-x86_64-bin-DVD1.iso /media/cd [root@local ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda3 41G 4.8G 35G 13% / tmpfs 932M 228K 932M 1% /dev/shm /dev/sda1 504M 45M 434M 10% /boot /dev/sr0 4.2G 4.2G 0 100% /media/cd
三、修改配置檔案,配置檔案位置和內容如下
ps :centos系統在此目錄下有多個yum的配置檔案,本地yum配置只留下一個即可。
[root@local ~]# cd /etc/yum.repos.d/ [root@local yum.repos.d]# ls CentOS-Media.repo [root@local yum.repos.d]# cat CentOS-Media.repo # CentOS-Media.repo # # This repo can be used with mounted DVD media, verify the mount point for # CentOS-6. 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=c6-media [command] # # or for ONLY the media repo, do this: # # yum --disablerepo=\* --enablerepo=c6-media [command] [c6-media] name=CentOS-$releasever - Media baseurl=file:///media/CentOS_6.5_Final/ gpgcheck=0 enabled=1
四、清空原始yum快取,並重新快取配置的本地yum源。
[root@local yum.repos.d]# yum clean all Loaded plugins: fastestmirror, refresh-packagekit, security Cleaning repos: c6-media Cleaning up Everything Cleaning up list of fastest mirrors [root@local yum.repos.d]# yum repolist Loaded plugins: fastestmirror, refresh-packagekit, security Determining fastest mirrors c6-media | 4.0 kB 00:00 ... c6-media/primary_db | 4.4 MB 00:00 ... repo id repo name status c6-media CentOS-6 - Media 6,367 repolist: 6,367
至此,本地yum源配置完成!
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30484956/viewspace-2675381/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- linux配置本地ISO的yum源Linux
- linux配置本地yum源 centos7.9為例LinuxCentOS
- Linux學習-通過光碟配置本地yum源Linux
- Centos系統配置yum源CentOS
- `centos7`系統構建本地yum源並配置共享CentOS
- oel 7 本地yum源配置
- Centos-Stream 配置本地yum源和配置阿里雲yum源CentOS阿里
- 02_2__配置本地YUM源
- centos-7.6配置本地yum源CentOS
- RedHat8 配置本地yum源Redhat
- Linux yum源配置以及yum命令講解Linux
- yum本地源和外網源的配置方法
- linux 5&6&7 本地yum配置Linux
- centos系統配置yum的國內映象源CentOS
- 本地yum源搭建
- centos同步yum源到本地,建立本地網路yum源CentOS
- Linux 配置本地源 (Ubuntu / CentOS)LinuxUbuntuCentOS
- 配置yum源
- yum 配置源
- CentOS8配置本地yumCentOS
- yum源配置大全
- CentOS 配置yum源CentOS
- CentOs 7系統初始化--連線Xshell、建立本地yum源CentOS
- Linux伺服器---本地yumLinux伺服器
- linux yum 源部署Linux
- 配置RHEL8本地yum源及DNF簡介
- Linux系統CentOS6 7 8更換阿里yum源的方法LinuxCentOS阿里
- centos7.5配置yum源CentOS
- CentOS6.9配置yum源CentOS
- Centos 7 常用yum源配置CentOS
- RHEL7 yum源配置
- CentOS7--配置yum源CentOS
- CentOS6.8配置yum源CentOS
- Linux CentOS 7 更新yum源LinuxCentOS
- 搭建本地yum源,使用安裝光碟的rpm作為yum源的檔案
- 小知識:CentOS配置yum源/解決yum源失效問題CentOS
- Centos7配置阿里epel源|yum源CentOS阿里
- CentOS 7 配置 阿里雲 yum源CentOS阿里