yum本地源及網路源配置
本地yum伺服器配置及網路yum配置
1.本地yum源
setenfoce 0
/etc/init.d/iptables stop
mount -o loop redhat6.7.iso /mnt/
mkdir -pv /yum/repo
cp -avf /mnt/* /yum/repo
vim /etc/yum.repos.d/local.repo
[rhel6.7]
name=rhel6.7
baseurl=file:///yum/repo
enabled=1
gpgcheck=0
yum clean all
yum makecache
2. 配置網路yum源
yum -y install httpd
修改網站root路徑
vim /etc/httpd/conf/httpd.conf
DocumentRoot "/yum/repo"
/etc/init.d/httpd restart
修改客戶端repo
新增
vim /etc//yum.repos.d/local.repo
[rhel6.7]
name=rhel6.7
baseurl=
enabled=1
gpgcheck=0
3.啟用阿里雲源
wget -O /etc/yum.repos.d/CentOS-Base.repo
wget -O /etc/yum.repos.d/epel.repo
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24486203/viewspace-2125945/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- centos同步yum源到本地,建立本地網路yum源CentOS
- yum本地源和外網源的配置方法
- Centos-Stream 配置本地yum源和配置阿里雲yum源CentOS阿里
- redhat 5.5 配置網路yum源Redhat
- oel 7 本地yum源配置
- Linux系統配置本地yum源Linux
- centos-7.6配置本地yum源CentOS
- 02_2__配置本地YUM源
- linux配置本地ISO的yum源Linux
- RedHat8 配置本地yum源Redhat
- 本地yum源搭建
- 配置RHEL8本地yum源及DNF簡介
- yum 配置源
- 配置yum源
- linux配置本地yum源 centos7.9為例LinuxCentOS
- Linux學習-通過光碟配置本地yum源Linux
- CentOS 配置yum源CentOS
- yum源配置大全
- 不需上網,本地光碟yum源的搭建
- Centos7配置阿里epel源|yum源CentOS阿里
- `centos7`系統構建本地yum源並配置共享CentOS
- CentOS6.9配置yum源CentOS
- Centos 7 常用yum源配置CentOS
- Centos系統配置yum源CentOS
- CentOS6.8配置yum源CentOS
- centos7.5配置yum源CentOS
- RHEL7 yum源配置
- CentOS7--配置yum源CentOS
- Linux yum源配置以及yum命令講解Linux
- 小知識:CentOS配置yum源/解決yum源失效問題CentOS
- 搭建本地yum源,使用安裝光碟的rpm作為yum源的檔案
- Redhat 7使用CentOS 7的Yum網路源RedhatCentOS
- CentOS7 配置 163 yum 源CentOS
- CentOS 7 配置 阿里雲 yum源CentOS阿里
- CentOS7 yum源修改為阿里,配置阿里epel源CentOS阿里
- CentOS7配置yum國內源CentOS
- CentOS8配置阿里雲YUM源CentOS阿里
- centos7.5利用yum快取搭建本地源CentOS快取
- 小凡帶你搭建本地的光碟yum源