运行时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 签名的一部分,但您的内核无法识别它,因此您的 shell 尝试将其作为脚本运行)。您需要重新安装它:
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