我试过所有的命令
sudo apt-get build-dep build-essential
sudo apt-get install gcc
sudo apt-get install g++但一直以来我都在犯这个错误。
The following packages have unmet dependencies:
build-essential : Depends: gcc (>= 4:4.4.3) but it is not going to be installed
Depends: g++ (>= 4:4.4.3) but it is not going to be installed
E: Build-dependencies for build-essential could not be satisfied.发布于 2014-01-10 12:19:22
命令build用于安装要从源代码编译的包的依赖项。你试过执行
sudo apt-get install build-essential?
https://askubuntu.com/questions/403397
复制相似问题