본문 바로가기

개발일기/Trouble Shooting

apt-get update 실패 / InReleaseTemporary failure resolving

apt-get update를 하려는데 다음과 같은 에러가 뜨면서 실행되지 않았다.

Err:1 http://archive.ubuntu.com/ubuntu focal 

InReleaseTemporary failure resolving 'archive.ubuntu.com'

 

해결방법은 다음과 같다.
1) sudo vim /etc/network/interfaces

2) iface eth0 inet dhcp 를 파일 안에 적고 저장

3) dhclient 라고 커맨드 창에 입력 

4) ping 8.8.8.8을 통해 테스트 및 apt-get update 다시 실행