当我使用以下命令安装 gcc 4.8 时:
sudo apt-get update
sudo apt-get install gcc-4.8 g++-4.8
我收到错误消息:
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies.
gcc-4.8 : Depends: binutils (>= 2.23.90.20131017) but 2.23.52.20130913-0ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.
而且我有最新版本的 binutils。我该如何解决?