Linux 터미널에 gcc를 설치하려고 하는데 오류가 발생함

Linux 터미널에 gcc를 설치하려고 하는데 오류가 발생함

내 컴퓨터에 gcc를 설치하려고 하는데 다음 오류가 발생합니다.

E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/b/binutils/libctf0_2.34-6ubuntu1.1_amd64.deb  404  Not Found [IP: 91.189.88.152 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/b/binutils/binutils-x86-64-linux-gnu_2.34-6ubuntu1.1_amd64.deb  404  Not Found [IP: 91.189.88.152 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/b/binutils/binutils_2.34-6ubuntu1.1_amd64.deb  404  Not Found [IP: 91.189.88.152 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_5.4.0-81.91_amd64.deb  404  Not Found [IP: 91.189.88.152 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

"gcc"를 다시 입력하면 sudo apt install을 다시하라는 메시지가 표시됩니다. 어떤 제안이 있으십니까?

답변1

시스템을 업데이트해야 합니다.

sudo apt update
sudo apt upgrade
sudo apt install gcc

관련 정보