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

本文解决了一个在Ubuntu系统中常见的应用程序安装问题,涉及到dpkg配置和依赖关系的修复。通过运行特定的命令,如'sudo dpkg --configure -a'和'sudo apt-get update',并使用'-f'选项进行强制安装,最终解决了libc6-dev的依赖问题。

address from author:https://blog.youkuaiyun.com/gudujianjsk/article/details/7893156

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

 

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


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

 

 

代码如下

 

sudo dpkg --configure -a

 

Enter your password when prompted. Then try

 
  1. sudo apt-get update

  2. followed by

  3. 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://ubuntuforums.org/showthread.php?t=388348
 

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

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

问题得到解决!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值