题:创建系统默认软件仓库 YUM 的软件库源为 http://rhgls.domain10.example.com/pub/x86_64/Server 方法1:创建yum文件 # vim /etc/yum.repos.d/yumserver.repo [yumserver] name=yumserver baseurl= http://rhgls.domain10.example.com/pub/x86_64/Server enabled=1 gpgcheck=0 更多详情:https://www.cnblogs.com/xiangsikai/p/8093701.html 相关文章: 2021-11-15 2022-01-02 2021-09-15 2021-12-15 2022-02-08 2022-12-23