昨天我试着安装了一些软件包,但是我发现了runit的错误。所以我在网上搜索,解决办法是
sudo dpkg --force runit我做到了,但就在我今天努力的时候
sudo apt-get update我犯了个错误
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. 但是我试着配置runit包,这是我得到的错误
start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
dpkg: error processing package runit (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for fontconfig (2.11.1-0ubuntu6) ...
Errors were encountered while processing:
runit请帮我解决这个问题
发布于 2016-04-20 13:18:33
下面的答案对我有效。我找到它了这里。在尝试用git升级sudo apt-get install git-all之后,我遇到了这个问题。
我强制删除,然后重新安装runit,如下所示:
sudo dpkg -r --force-all runit
sudo apt-get -f install runithttps://askubuntu.com/questions/700871
复制相似问题