最近在玩linux时 yum 遇到了问题
Posted 赵雪如
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了最近在玩linux时 yum 遇到了问题相关的知识,希望对你有一定的参考价值。
主要是软件源出现了问题
我做的方式可能比较粗暴
ls -l /etc/yum.repos.d/ /*查看软件源*/
rm -rf /etc/yum.repos.d/ /*全删了*/
mkdir /etc/yum.repos.d/ /*新建*/
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo /**/
yum makecache
ok!
以上是关于最近在玩linux时 yum 遇到了问题的主要内容,如果未能解决你的问题,请参考以下文章