Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
10
rated 0 times [  10] [ 0]  / answers: 1 / hits: 181486  / 1 Year ago, mon, january 2, 2023, 6:43:05

I received this error after trying to download the icedtea plugin. After trying



sudo apt-get upgrade


I got the same exact error:



Preconfiguring packages ...
dpkg: unrecoverable fatal error, aborting:
unable to open files list file for package `linux-sound-base': No such device or address
E: Sub-process /usr/bin/dpkg returned an error code (2)


I've already tried looking for solutions, but each one seems to be unique to the issue. Any suggestions?


More From » lubuntu

 Answers
0

Try first:



sudo rm /var/lib/dpkg/available 
sudo touch /var/lib/dpkg/available
sudo sh -c 'for i in /var/lib/apt/lists/*_Packages; do dpkg --merge-avail "$i"; done'


Dangerous, if previous instruction does not solve the problem...



sudo dpkg --configure -a
sudo apt-get -f install
sudo apt-get clean
sudo apt-get update && sudo apt-get upgrade


Last may cause huge traffic load.


[#21105] Tuesday, January 3, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
eeperant

Total Points: 39
Total Questions: 106
Total Answers: 117

Location: Finland
Member since Sat, Dec 5, 2020
3 Years ago
;