VLC Player 安装失败,显示“E:无法获取某些档案”

VLC Player 安装失败,显示“E:无法获取某些档案”
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/mesa/libgles2-mesa_12.0.6-0ubuntu0.16.04.1_amd64.deb  404  Not Found [IP: 91.189.91.26 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/mesa/mesa-vdpau-drivers_12.0.6-0ubuntu0.16.04.1_amd64.deb  404  Not Found [IP: 2001:67c:1560:8001::11 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

VLC 安装失败并显示上述消息 – 我该怎么办?

答案1

以下三个命令通常可以解决此类问题,而且不会造成任何损害:

sudo apt update
sudo apt install -f
sudo dpkg --reconfigure -a

相关内容