OSMC update error

Every time try to update OSMC on my RPi2 I get the error screen. Tried rebooting but with no success.

Here are my logs: http://paste.osmc.io/noqulumuvu

What error screen specifically ?

In the log I see:

Sep 05 12:10:24 osmc-Pi2 mediacenter[310]: 2016-09-05 12:10:24.404882 apt_cache_action.py exception occurred
Sep 05 12:10:24 osmc-Pi2 mediacenter[310]: 2016-09-05 12:10:24.405062 apt_cache_action.py exception value : E:Unable to parse package file /var/lib/apt/lists/ftp.debian.org_debian_dists_jessie_main_binary-armhf_Packages (1), E:The package lists or status file could not be parsed or opened.

This is some sort of file system corruption, most likely caused by a crash during a previous installation/upgrade.

You could try the following from an SSH connection to see if it helps:

sudo apt-get clean
sudo apt-get update
sudo apt-get -f dist-upgrade
1 Like

Thank you, worked fine!