Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution)
Matthew Martinez
Hello I have this kind of problem.. I tried to install kubuntu plasma desktop but somehow it failed during installation ..now I can't use apt-get can you guys help me somehow? thank you.
>
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies: haveged : Depends: libhavege1 (>= 1.9.0) but it is not going to be installed kde-telepathy-minimal : Depends: kde-config-telepathy-accounts (>= 15.04.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). 1 2 Answers
try this :
sudo apt-get cleanor
sudo apt-get autocleanand run :
sudo apt-get -f install && sudo dpkg --configure -a && sudo apt-get -f installif result
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
run this :
sudo apt-get -u dist-upgradeand try reinstall package
3This might be a bit late to respond but in current versions of apt, unmet dependencies can be fixed with
apt install --fix-brokenTook the answer from this post.