반응형
출처 : http://egloos.zum.com/guagua/v/7415761
명령어 : yum install wget
오류메시지
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was
14: curl#6 - "Could not resolve host: mirrorlist.centos.org; 알 수 없는 오류"
처리방법
- 네임서버가 세팅되지 않은 경우 발생할 수 있음.
- vi /etc/resolv.conf 후
nameserver 8.8.8.8
nameserver 164.124.101.2
입력 후 저장
반응형
'Infra & DevOps > Linux' 카테고리의 다른 글
[퍼온 글] SSH 연결 에러 (0) | 2020.06.21 |
---|---|
[퍼온 글] 리눅스 네트워크 설정 (0) | 2020.06.20 |
[퍼온 글] CentOS 게이트웨이 확인 및 설정 (0) | 2020.06.16 |
[퍼온 글] Linux Network Config (0) | 2020.06.05 |
[퍼온 글] cgroups (0) | 2020.06.04 |