2013-12-19 115 views
1

当我去使用安装gcc 4.8:在13.10安装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在最新版本。我怎么能解决它?

回答

0

检查您的互联网连接, 去软件中心 - >编辑 - >来源 - >选择最好的服务器。

相关问题