嗨,我在dpkg中遇到了一个错误。详情如下:
$ sudo dpkg --audit | more
The following packages have been unpacked but not yet configured.
They must be configured using dpkg --configure or the configure
menu option in dselect for them to work:
ubuntu-emulator Create and run emulator images of Ubuntu Touch
ubuntu-emulator-runtime:i386 Ubuntu Touch emulator runtime
The following packages are only half configured, probably due to problems
configuring them the first time. The configuration should be retried using
dpkg --configure <package> or the configure menu option in dselect:
less pager program similar to more
libgl1-mesa-glx:i386 free implementation of the OpenGL API -- GLX runtime
如果我能得到这个错误的解决方案,那就太好了。
发布于 2016-10-19 13:27:34
我们可以通过运行以下命令来解决这个问题:
dpkg --force-depends --purge libgl1-mesa-glx
sudo apt-get -f install
在这一点上,只有团结仍然“破裂”。
之后,要解决这个问题,请运行:
dpkg --force-depends --purge unity
sudo apt-get -f install
https://askubuntu.com/questions/839202
复制相似问题