在安装apt的过程中,屏幕被圈住了,过了一会儿,我关闭了窗口。
我怎么才能修好它?
sudo dpkg --configure -a
Setting up apt-fast (1.7.2-1~precise1) ...
debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable
dpkg: error processing apt-fast (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
apt-fast发布于 2012-09-04 11:46:10
尝试删除锁文件并运行。
要删除锁:sudo rm /var/lib/dpkg/lock
然后运行sudo dpkg --configure -a
https://askubuntu.com/questions/183929
复制相似问题