首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >dpkg:错误处理包libgl1-Mesa-GLX:i 386(--配置)

dpkg:错误处理包libgl1-Mesa-GLX:i 386(--配置)
EN

Ask Ubuntu用户
提问于 2016-10-19 13:08:43
回答 1查看 1.6K关注 0票数 1

嗨,我在dpkg中遇到了一个错误。详情如下:

代码语言:javascript
运行
复制
$ 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

如果我能得到这个错误的解决方案,那就太好了。

EN

回答 1

Ask Ubuntu用户

发布于 2016-10-19 13:27:34

我们可以通过运行以下命令来解决这个问题:

代码语言:javascript
运行
复制
dpkg --force-depends --purge libgl1-mesa-glx
sudo apt-get -f install

在这一点上,只有团结仍然“破裂”。

之后,要解决这个问题,请运行:

代码语言:javascript
运行
复制
dpkg --force-depends --purge unity
sudo apt-get -f install
票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/839202

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档