Possible Duplicate:
How do I resolve unmet dependencies?
I did try apt-get -f install
but that didn't work either.
The problem appeared after installing a modified version of libapache2-mod-wsgi.
I modified the package dependencies because, as you can see from the package details link, it depends on python 3. A version of python is required but not version 3 necessarily and I didn't want to install version 3. There's bug #672901 that describes the problem.
So, modifying the package dependencies worked but now that I try to install another package I get the error above. How can I get rid of it?
sudo apt-get update
– karthick87 Jan 03 '11 at 18:30