Rumah > Artikel > Operasi dan penyelenggaraan > centos无法使用yum解决方法
centos无法使用yum一般是因为yum镜像没有了。
推荐教程:centos使用教程
解决方法:
在安装完CentOS后一般需要修改yum源,才能够在安装更新rpm包时获得比较理想的速度。国内比较快的有163源、sohu源。这里以163源为例子:
cd /etc/yum.repos.d mv CentOS-Base.repo CentOS-Base.repo.backup wget http://mirrors.163.com/.help/CentOS6-Base-163.repo mv CentOS6-Base-163.repo CentOS-Base.repo yum clean all
相关视频教程推荐:linux视频教程
Atas ialah kandungan terperinci centos无法使用yum解决方法. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!