大家好,又见面了,我是你们的朋友全栈君。
iso配置yum源:
1、上传iso文件;
2、mount挂载iso文件:mount -o loop -t iso9660 /opt/rhel-server-.iso /mnt/iso
3、配置/etc/yum.repos.d目录下的repo文件,注意备份系统原有的repo文件
[iso]
name=iso
baseurl=file:///mnt/iso
gpgkey=file:///mnt/iso/RPM-GPG-KEY-redhat-beta
failovermethod=priority
enabled=1
gpgcheck=0
4、检查yum是否有效:yum makechche
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/170116.html原文链接:https://javaforall.cn