1

During installation of apt-fast the screen looped and after a while I closed the window.

How can I fix it?

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
green
  • 14,406
Ronald
  • 761
  • 1
  • 5
  • 8

1 Answers1

0

Try removing the lock file and run.

To remove the lock: sudo rm /var/lib/dpkg/lock

Then run sudo dpkg --configure -a

devav2
  • 37,290