CentOS下yum命令报错File contains no section headers. file: file:///etc/yum.repos.d/

在使用yum命令执行安装指令时,报错File contains no section headers. file: file:///etc/yum.repos.d/

原因是配置中没有配置yum源,

解决方法:

方法1:配置yum源,修改/etc/yum.repos.d/CenOS-Base.repo文件

方法2:删除原文件重新下载

删除原有的文件 rm -f  /etc/yum.repos.d/CentOS-Base.repo  

重新下载,wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo  

 清理缓存 yum clean all   

你可能感兴趣的:(项目运营和部署)