Applications not installing due to unmet dependencies
Posted
by
Vineet Sharma
on Server Fault
See other posts from Server Fault
or by Vineet Sharma
Published on 2011-11-20T05:45:32Z
Indexed on
2011/11/20
9:58 UTC
Read the original article
Hit count: 232
I was running Apache on Linode. I recently shifted to Lighttpd and removed apache, now whenever I try to install any application I get the following error.
ivineet:~# apt-get install subversion
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:
libapache2-mod-php5: Depends: apache2-mpm-prefork (> 2.0.52) but it is not going to be installed or
apache2-mpm-itk but it is not going to be installed
subversion: Depends: libsvn1 (= 1.6.12dfsg-6) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
ivineet:~#
© Server Fault or respective owner