收藏官网首页
查看: 13714|回复: 0

[问答] ubuntu遇到了 dpkg was interrupted, you must manually run 'dpkg..的问题

65

主题

123

帖子

787

积分

高级会员

Rank: 4

积分
787
跳转到指定楼层
楼主
发表于 2017-1-13 10:34:36 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
注册成为机智云开发者,手机加虚拟设备快速开发

最近,在ubuntu下安装应用程序的时候总是提示:


[html] view plain copy
print?


  • dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. E: _cache->open() failed, please report.  


上网搜索了一下中文网站,里边没有能解决问题的,于是上了ubuntu国外论坛,在里面搜索,终于解决问题了:


代码如下


[html] view plain copy
print?


  • sudo dpkg --configure -a  



Enter your password when prompted. Then try

[html] view plain copy
print?


  • sudo apt-get update  
  • followed by  
  • sudo apt-get upgrade  


If you've already tried this or you try it now and it isn't working then post the full output from apt-get here.

What package was being installed when apt-get failed? You should be able to see this in the output just prior to the error message you've shown.

http://blog.csdn.net/gudujianjsk/article/details/7893156

最后又在终端出现了这样的一个问题:、

libc6-dev:依赖:libc6(=2.9-4ubuntu6.1) 但是2.9-Ubuntu6已经安装了  E:不能满足依赖关系。不妨试一下-f选项     于是我在终端输入sudo apt-get -f install

问题得到解决!


您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

加入Q群 返回顶部

版权与免责声明 © 2006-2024 Gizwits IoT Technology Co., Ltd. ( 粤ICP备11090211号 )

快速回复 返回顶部 返回列表