Hi there,
I have downloaded from https://www.raspberrypi.org/downloads/ the 2015-05-05-raspbian-wheezy.zip file.
Put it on a sd card using this website: https://www.raspberrypi.org/documentati ... s/linux.md
At first boot the raspi-config tool came up. I only asked my whole sd card to be used by Raspbian.
Reboot and the first thing I want is to install Midnight commander. So, apt-get update and apt-get install mc. (as sudo)
Do you want to continue [Y/n]?
Selecting previously unselected package mc-data.
dpkg: warning: files list file for package 'libsclang1' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'supercollider-server' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'qjackctl' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libscsynth1' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libruby1.9.1' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'supercollider-common' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'ruby1.9.1' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libcwiid1' missing; assuming package has no files currently installed
dpkg: unrecoverable fatal error, aborting:
files list file for package 'libavutil52:armhf' is missing final newline
E: Sub-process /usr/bin/dpkg returned an error code (2)
root@raspberrypi:/home/pi#
So question is: what happend? Please help me out here.
Pit