处理包 libjpeg-turbo8:amd64 时出错

处理包 libjpeg-turbo8:amd64 时出错

我正在尝试一个简单的

sudo apt install php7.0-intl

并返回此错误:

...
dpkg: error processing package libjpeg-turbo8:amd64 (--configure):
 package libjpeg-turbo8:amd64 is not ready for configuration
 cannot configure (current status 'half-installed')
Errors were encountered while processing:
 libjpeg-turbo8:amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)

然后我跑了:

sudo apt-get remove libjpeg-turbo8

我得到了这个:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 nginx : Depends: nginx-core (>= 1.10.3-0ubuntu0.16.04.2) but it is not going to be installed or
                  nginx-full (>= 1.10.3-0ubuntu0.16.04.2) but it is not going to be installed or
                  nginx-light (>= 1.10.3-0ubuntu0.16.04.2) but it is not going to be installed or
                  nginx-extras (>= 1.10.3-0ubuntu0.16.04.2) but it is not going to be installed
         Depends: nginx-core (< 1.10.3-0ubuntu0.16.04.2.1~) but it is not going to be installed or
                  nginx-full (< 1.10.3-0ubuntu0.16.04.2.1~) but it is not going to be installed or
                  nginx-light (< 1.10.3-0ubuntu0.16.04.2.1~) but it is not going to be installed or
                  nginx-extras (< 1.10.3-0ubuntu0.16.04.2.1~) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

相关内容