No title

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# apt-get remove libapache2-mod-php5
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:
 php5 : Depends: libapache2-mod-php5 (>= 5.6.12+dfsg-1+deb.sury.org~precise+1~) but it is not going to be installed or
                 libapache2-mod-php5filter (>= 5.6.12+dfsg-1+deb.sury.org~precise+1~) but it is not going to be installed or
                 php5-cgi (>= 5.6.12+dfsg-1+deb.sury.org~precise+1~) but it is not going to be installed or
                 php5-fpm (>= 5.6.12+dfsg-1+deb.sury.org~precise+1~) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
# apt-get remove php5
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-api-20120211
                       Depends: apache2 (>= 2.4)
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).