I have downloaded and installed latest raspbian from https://downloads.raspberrypi.org/raspbian_latest. It seems that there are corrutped files in the package manager. I tried
Code: Select all
sudo apt-get update
sudo apt-get dist-upgrade
Code: Select all
Reading changelogs... Done
dpkg: unrecoverable fatal error, aborting:
files list file for package 'qdbus' is missing final newline
E: Sub-process /usr/bin/dpkg returned an error code (2)
Code: Select all
pi@pi3new:/var/lib/dpkg/info $ cat ./qdbus.list
pi@pi3new:/var/lib/dpkg/info $ hexdump qdbus.list
0000000 0000 0000 0000 0000 0000 0000 0000 0000
*
0000180
Any fix to this?
Thanks Jens