
Ubuntu-14.04
私はLinuxプラットフォームの初心者です。仮想マシンを使用しています。実行中に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