无法获取 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/pool/main/m/mpfr4/libmpfr4_3.1.3-1~14.04_amd64.deb 大小不匹配

无法获取 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/pool/main/m/mpfr4/libmpfr4_3.1.3-1~14.04_amd64.deb 大小不匹配

我是 Linux 平台的最新成员。我是Ubuntu-14.04在虚拟机中使用的。运行时sudo apt-get upgrade,我收到以下错误

E: Failed to fetch http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/pool/main/m/mpfr4/libmpfr4_3.1.3-1~14.04_amd64.deb  Size mismatch

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

我尝试了多种解决方案,但都失败了。如何解决这个问题?

预先感谢。

答案1

wget http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/pool/main/m/mpfr4/libmpfr4_3.1.3-1~14.04_amd64.deb
dpkg -i libmpfr4_3.1.3-1~14.04_amd64.deb

相关内容