Since i got into this problem by trying to resolve Nvidia driver issue...i'll post it here
When i try to build essentials i get
$ sudo 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 insalling libc6-dev ot libc-dev or g++ but to no avail...
what should i do
When i try to build essentials i get
$ sudo 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 insalling libc6-dev ot libc-dev or g++ but to no avail...
what should i do
Comment