yum을 사용하여 gcc를 설치할 때 오류가 보고되었습니다.
[root@001 ~]#yum -y install gcc gcc-c++ kernel-devel Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile There are no enabled repos. Run "yum repolist all" to see the repos you have. To enable Red Hat Subscription Management repositories: subscription-manager repos --enable <repo> To enable custom repositories: yum-config-manager --enable <repo>
1. 네트워크 연결이 끊어졌는지 확인하세요.
ping www.baidu.com
2. 네트워크 연결이 끊어지지 않았다면 yum 미러가 사라진 것이므로 필요합니다. 다운로드하려면:
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 비디오 튜토리얼
위 내용은 centos yum을 사용할 수 없는 문제를 해결하는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!