当我使用软件中心安装某些东西时,出现错误:
发生了无法处理的错误
aptdaemon 似乎存在编程错误,该软件允许您安装/删除软件并执行其他与包管理相关的任务
使用命令行:
$sudo apt-get install <something>
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
我无法安装任何东西。该如何修复?
答案1
错误:
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
暗示您需要尝试运行:
sudo dpkg --configure -a
这应该可以解决问题。
答案2
如果我没错的话...您的包管理器中有一些损坏的包或者一些 dpkg 没有正确配置。
做一件事...从终端打开突触
$sudo突触
,然后进入状态,然后进入损坏的包。右键单击损坏的包。单击“完全删除”。希望你能解决这个问题。
或者分享你的 pu
dpkg--configure-a