代码如下:
[root@localhost ~]# cd /etc/yum.repos.d/
[root@localhost ~]# mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.back
[root@db235 yum.repos.d]# vim /etc/yum.repos.d/1.repo
[base]
name=Red Hat Enterprise Linux 7 base
baseurl=http://192.168.3.250/rhel77
gpgcheck=0
enabled=1
wget -O /etc/yum.repos.d/1.repo http://192.168.3.250/rhel77
[root@localhost ~]# yum clean all
[root@localhost ~]# yum makecache