从 ubuntu 13.10 删除软件包时出现问题

从 ubuntu 13.10 删除软件包时出现问题
$ sudo apt-get --purge remove libpixman-1-0 
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:
 libatk-wrapper-java : Depends: default-jre but it is not going to be installed or
                                java2-runtime
                       Recommends: libatk-wrapper-java-jni but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

答案1

尝试

sudo apt-get --purge autoremove libpixman-1-0

相关内容