使用系统:ubuntu64位14.04LTS
遇到问题:在安装build-essential的时候
终端输入sudoapt-get install build-essential
报依赖错误如下:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that youhave
requested an impossible situation or if you are using theunstable
distribution that some required packages have not yet beencreated
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
build-essential :Depends: dpkg-dev (>= 1.13.5) but itis not going to be installed
E: Unable to correct problems, you have held brokenpackages.
再安装dpkg-dev
终端输入sudoapt-get sintall dpkg-dev
报依赖错误: