Update error (nov 2020)

(Vero 4k+)
Hi I seem to have some error.
I updated manually in the OSMC app, the update went very quick with no reboot, I rebooted.

After it started again it says ~“OSMC error see log” and the OSMC app does not work, and I cant change skin from Amber to OSMC skin

Did a ‘sudo apt-get update’ and ‘sudo apt-get dist-upgrade’
I get this:

osmc@osmc:~$ sudo apt-get update
Hit:1 http://security.debian.org buster/updates InRelease
Hit:2 http://ftp.debian.org/debian buster InRelease
Hit:3 http://ftp.debian.org/debian buster-updates InRelease
Hit:4 http://ftp.fau.de/osmc/osmc/apt buster InRelease
Reading package lists... Done
osmc@osmc:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  libsdl2-2.0-0 libsdl2-dev
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
osmc@osmc:~$

How can I provide with more logs to get this sorted?
Thanks // Jim

Try grab-logs -A

Sam

https://paste.osmc.tv/ojekefijeg

3 posts were split to a new topic: My OSMC not working

You have a a hold on package libsdl2-dev. You need to unhold it:

sudo apt-mark unhold libsdl2-dev
1 Like