View Single Post
Posts: 2 | Thanked: 0 times | Joined on May 2010
#1278
hello..i was trying to install the package build-essential and i got this:

Code:
[root@deb-m5v3d: ~]apt-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 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:
  build-essential: Depends: libc6-dev but it is not going to be installed or
                            libc-dev
                   Depends: g++ (>= 4:4.3.1) but it is not going to be installed
E: Broken packages
i tried to fix it with this without success
Code:
apt-get clean all
apt-get update
apt-get install build-essential
any suggestions?