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 本地yum源配置Linux
- Linux系統本地yum源環境配置記錄Linux
- Linux下配置本地yum源Linux
- linux配置本地ISO的yum源Linux
- Linux yum 本地源Linux
- Linux本地yum配置Linux
- Centos系統配置yum源CentOS
- yum本地源及網路源配置
- linux配置本地yum源 centos7.9為例LinuxCentOS
- Linux學習-通過光碟配置本地yum源Linux
- Centos-Stream 配置本地yum源和配置阿里雲yum源CentOS阿里
- RedHat8 配置本地yum源Redhat
- linux配置本地yum安裝--FTP yumLinuxFTP
- Linux系統下本地yum映象源環境部署-完整記錄Linux
- linux 配置yum 源Linux
- ▲▲▲▲▲▲▲▲▲▲▲yum源的配置(本地和ftp)▲▲▲▲▲▲▲▲▲▲▲▲▲vFTP
- RedHat Linux 本地Yum源安裝RedhatLinux
- linux本地關盤做yum源Linux
- rhel Linux系統yum的配置Linux
- linux yum源配置方法Linux
- 本地yum源搭建
- 本地搭建yum源
- 【轉】linux上建立本地yum源Linux
- centos同步yum源到本地,建立本地網路yum源CentOS
- SUSE系統配置本地源及管理
- 如何配置Linux系統下的yumLinux
- Linux yum源配置以及yum命令講解Linux
- centos系統配置yum的國內映象源CentOS
- linux 5&6&7 本地yum配置Linux
- 配置本地yum源及安裝必要的包
- CentOS使用iso映象檔案配置本地yum源CentOS
- 12C安裝及本地YUM源配置
- Linux 網路yum源配置Linux
- CentOS7系統配置國內yum源和epel源CentOS
- Oracle Enterprise Linux 6.0配置本地yumOracleLinux
- 配置yum源
- Redhat 簡單本地yum 配置Redhat
- redhat6.2配置本地yumRedhat