문제 확인
apt-get install 과 gcc install 을 하려 했더니 아래와 같은 에러가 발생했다.
Err:1 http://security.ubuntu.com/ubuntu jammy-updates/main amd64 linux-libc-dev amd64 5.15.0-56.62
404 Not Found [IP: 91.189.91.39 80]
Err:2 http://security.ubuntu.com/ubuntu jammy-updates/main amd64 libtiff5 amd64 4.3.0-6ubuntu0.3
404 Not Found [IP: 91.189.91.39 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_5.15.0-56.62_amd64.deb 404 Not Found [IP: 91.189.91.39 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/t/tiff/libtiff5_4.3.0-6ubuntu0.3_amd64.deb 404 Not Found [IP: 91.189.91.39 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
해결 방법
apt-get을 업데이트 해주면 된다.
아래의 명령어를 ubuntu에서 입력하면 된다.
sudo apt-get update
문제 해결 확인 여부
apt-get install 결과
gcc install 결과
'💻 Linux' 카테고리의 다른 글
[Linux] Ubuntu 설치 - window (0) | 2023.03.29 |
---|---|
리눅스 기본 명령어 (0) | 2023.03.10 |
리눅스 단축키/명령어 (0) | 2022.04.09 |