I can’t seem to get pass APT Update on my Raspberry Pi 3B
Exit Code: 100
E: lzma_read: Read error (9)
E: The package lists or status file could not be parsed or opened
I can’t seem to get pass APT Update on my Raspberry Pi 3B
Exit Code: 100
E: lzma_read: Read error (9)
E: The package lists or status file could not be parsed or opened
Pls can you post entire output of
apt update && apt upgrade
Thanks for the reply. I managed to proceed pass APT Update after a trying every few hours. Guess it’s one of the servers.
probably. But hard to answer as you did not shared further information.
Just having the same issue.
Fresh install from yesterday.
apt update && apt upgrade
the output is
Hit:1 https://deb.debian.org/debian bullseye InRelease
Hit:2 https://deb.debian.org/debian bullseye-updates InRelease
Hit:3 https://deb.debian.org/debian-security bullseye-security InRelease
Hit:4 https://deb.debian.org/debian bullseye-backports InRelease
Hit:5 https://archive.raspberrypi.org/debian bullseye InRelease
Reading package lists... Error!
E: lzma_read: Read error (10)
E: The package lists or status file could not be parsed or opened.
The same error message appears when I simply try to
apt list --installed
THe filesystem is read and write.
works again. fiddled around thanks to this thread
I first tried these two commands, to disable the apt cache compression.
echo 'Acquire::GzipIndexes "false";' > /etc/apt/apt.conf.d/98dietpi-uncompressed
/boot/dietpi/func/dietpi-set_software apt-cache clean
but probably this command by itself to clean the cache, would have been sufficient.
/boot/dietpi/func/dietpi-set_software apt-cache clean
yep cleaning the cache solved it most probably.
Thx! Cleaning the cache solved the problem, but i’ve spend few hours on this, looking for a solution.