Friday, April 26, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 16820  / 1 Year ago, wed, december 28, 2022, 10:24:56

Long story short, I tried installing something via apt-get install and accidentally terminated the process through terminal. I now can't use apt-get install, Ubuntu Software Center, etc. I tried running sudo apt-get clean and sudo apt-get autoclean, but to no avail.



I then tried running sudo apt-get install -f, and got the following results:



    Do you want to continue [Y/n]? y
debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable
(Reading database ... 216122 files and directories currently installed.)
Preparing to replace libc6 2.15-0ubuntu10.2 (using .../libc6_2.15-0ubuntu10.3_i386.deb) ...
debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable
dpkg: error processing /var/cache/apt/archives/libc6_2.15-0ubuntu10.3_i386.deb (--unpack): subprocess new pre-installation script returned error exit status 1
Errors were encountered while processing:
/var/cache/apt/archives/libc6_2.15-0ubuntu10.3_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


How can I fix this error, or at least "reset" apt-get so I can install things again?


More From » 12.04

 Answers
2

Just reboot the machine. Whatever is using that file should no longer be using it after a reboot. Then run sudo apt-get install -f to repair it. That should work for ya.


[#34508] Friday, December 30, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
oreera

Total Points: 472
Total Questions: 121
Total Answers: 116

Location: Mayotte
Member since Thu, Dec 17, 2020
3 Years ago
;