How do you resolve the error "E: Unmet dependencies." ?
- by Georgios Politis
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?