我的ubuntu精确到12.04,这是我NGINX安装的实际状态
ii libnginx-mod-http-auth-pam 1.11.5-0+precise4
rc libnginx-mod-http-cache-purge 1.11.5-0+precise4
ii libnginx-mod-http-echo 1.11.5-0+precise4
rc libnginx-mod-http-fancyindex 1.11.5-0+precise4
ii libnginx-mod-http-geoip 1.11.5-0+precise4
rc libnginx-mod-http-headers-more-filter 1.11.5-0+precise4
ii libnginx-mod-http-image-filter 1.11.5-0+precise4
rc libnginx-mod-http-lua 1.11.5-0+precise4
rc libnginx-mod-http-ndk 1.11.5-0+precise4
rc libnginx-mod-http-perl 1.11.5-0+precise4
ii libnginx-mod-http-subs-filter 1.11.5-0+precise4
rc libnginx-mod-http-uploadprogress 1.11.5-0+precise4
ii libnginx-mod-http-upstream-fair 1.11.5-0+precise4
ii libnginx-mod-http-xslt-filter 1.11.5-0+precise4
ii libnginx-mod-mail 1.11.5-0+precise4
rc libnginx-mod-nchan 1.11.5-0+precise4
ii libnginx-mod-stream 1.11.5-0+precise4
ii nginx 1.11.5-0+precise4
ii nginx-common 1.11.5-0+precise4
rU nginx-full 1.1.19-1
当我尝试删除nginx-full时,我得到了
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
nginx : Depends: nginx-full (< 1.11.5-0+precise4.1~) but it is not going to be installed or
nginx-light (< 1.11.5-0+precise4.1~) but it is not going to be installed or
nginx-extras (< 1.11.5-0+precise4.1~) but it is not going to be installed
Depends: nginx-full (>= 1.11.5-0+precise4) but it is not going to be installed or
nginx-light (>= 1.11.5-0+precise4) but it is not going to be installed or
nginx-extras (>= 1.11.5-0+precise4) 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 install -f
dpkg: dependency problems prevent configuration of nginx-full:
nginx-full depends on nginx-common (= 1.1.19-1); however:
Version of nginx-common on system is 1.11.5-0+precise4.
dpkg: error processing nginx-full (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
nginx-full
E: Sub-process /usr/bin/dpkg returned an error code (1)
如何删除nginx-full 1.1.19?
我几乎尝试了所有想法......我不知道:(