Hey so my web server on my vpn was not sending out any emails via php and so I tried installing quite a few packages and they all started giving me this error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libc6 : Depends: libc-bin (= 2.13-20ubuntu5)
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Is there anything I can do to fix this?
EDIT:
When I try and install the latest libc using
apt-get install libc-bin/stable
It just tells me it cannot find it
root@server1:~# apt-get install libc-bin/stable
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Release 'stable' for 'libc-bin' was not found
apt-get updatethenapt-get upgradethenapt-get install libc-bin/stablethere is also allot of stuff on google related to this alturl.com/kfcqd – Lawrence Cherone Apr 28 '12 at 6:15