CentOS7常见问题
2026-05-02 21:29:13
183
分类:Linux
CentOS7安装完yum不可用的解决方案
1、打开 vi /etc/resolv.conf新增以下内容:
nameserver 8.8.8.8
2、重启网络: service network restart