PDA

View Full Version : unmet dependencies



hanzla23
2015-04-19, 04:38
Whatever i install i got these errors
You might want to run 'apt-get -f install' to correct these.The following packages have unmet dependencies:
apache2 : Depends: apache2-mpm-worker (= 2.2.22-13+deb7u4) but it is not installed or
apache2-mpm-prefork (= 2.2.22-13+deb7u4) but 2.4.10-10 is installed or
apache2-mpm-event (= 2.2.22-13+deb7u4) but it is not installed or
apache2-mpm-itk (= 2.2.22-13+deb7u4) but it is not installed
Depends: apache2.2-common (= 2.2.22-13+deb7u4) but it is not installed
apache2-mpm-prefork : Depends: apache2 (= 2.4.10-10)
libapache2-mod-php5 : Depends: apache2 (>= 2.4)
libncurses5 : Depends: libtinfo5 (= 5.9-10) but 5.9+20140913-1+b1 is installed
E: Unmet dependencies. Try using -f.

I have tried apt-get install -f
Apt-get all clean
Sudo dpkg --configure-a
Apt-get install (all above missing packages name) but invain..plzz help me with this im not being able to do anyyyything

brother_fox
2015-05-20, 07:09
Try this:
1. apt-get install --reinstall apache2
or
2. dpkg --purge apache2
apt-get install apache2
or
3. apt-get install --fix-missing