【ubuntu遇到了 dpkg was interrupted, you must manually run 'dpkg..的问题,解决】最近,在ubuntu下安装应用程序的时候总是提示:
dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. E: _cache->open() failed, please report.
上网搜索了一下中文网站,里边没有能解决问题的,于是上了ubuntu国外论坛,在里面搜索,终于解决问题了:
代码如下
Code:
sudo dpkg --configure -a
Enter your password when prompted. Then try
Code:
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://ubuntuforums.org/showthread.php?t=388348
最后又在终端出现了这样的一个问题:
libc6-dev:依赖:libc6(=2.9-4ubuntu6.1) 但是2.9-Ubuntu6已经安装了E:不能满足依赖关系。不妨试一下-f选项
于是我在终端输入sudo apt-get -f install
问题得到解决!
推荐阅读
- 废材自救记录|虚拟机-无法安装vmware tools的解决方法
- Ubuntu|Ubuntu 3D桌面
- 问题解决(Ubuntu和Windows系统的时间不同步)
- vmware12虚拟机 以及苹果系统、乌班图和红帽 百度网盘下载连接
- 服务器|Mysql开启关闭
- Linux系统管理|ubuntu软件包管理命令的详细用法
- QML|如何在QML应用中实现一个Splash画面
- QML|如何在QML应用中启动Scope
- Android|android8.0源码下载
- 浏览器截图