를 실행할 때 sudo apt-get update
이 명령은 Linux Mint 18.2 Cinnamon 32비트에서 다음 오류를 표시합니다.
/usr/bin/apt-get: 1: /usr/bin/apt-get: ELF: not found
/usr/bin/apt-get: 1: /usr/bin/apt-get: Syntax error: Unterminated quoted string
답변1
바이너리 apt-get
가 어떻게든 손상되었습니다("ELF"는 ELF 서명의 일부이지만 커널이 이를 인식하지 못하므로 쉘이 이를 스크립트로 실행하려고 합니다). 다시 설치해야 합니다.
wget https://launchpad.net/ubuntu/+source/apt/1.2.26/+build/14435269/+files/apt_1.2.26_i386.deb
sudo dpkg -i apt_1.2.26_i386.deb