I have a problem when installing certain software for Debian Jessie. I use apt-get install
.
Sometimes it works, but in most cases I get the message:
The following packages have unsolved dependencies ... dependent on ... but ... should be installed. Problems can't be corrected. You have defect packages.
I get crazy. I have no clue how to tackle these problems. I don't need a quick fix for a certain installation but a general method or tutorial how to solve this package problem when it occurs.
apt-get update && apt-get upgrade
? – perror Sep 03 '15 at 13:03apt-get clean && apt-get update && apt-get upgrade && apt-get clean && apt-get autoremove --purge && apt-get dist-upgrade && apt-get clean && apt-get autoremove --purge
complete successfully, or where does it stop, and with which error? – Alex Stragies Sep 03 '15 at 14:34