安装gcc-4.9 g ++ - 4.9时无法获取存档

时间:2016-08-04 06:20:34

标签: linux gcc linuxmint

目前,我正在使用Linux Mint 17.3。

attachment

<a href="#" onclick="window.open('My.pdf', '_blank', 'fullscreen=yes'); return false;">My PDF</a>

E: Failed to fetch http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/pool/main/g/gcc-4.9/cpp-4.9_4.9.3-8ubuntu2~14.04_amd64.deb Hash Sum mismatch

1 个答案:

答案 0 :(得分:0)

删除/var/lib/apt/lists directory的内容:

sudo rm -rf /var/lib/apt/lists
sudo apt-get update
sudo apt-get -f install

安装gcc-4.9

sudo apt-get install gcc-4.9 g++-4.9
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.9