OSMC's December update is here - OSMC

The issue with the Java install in the My OSMC add-on app-store is that currently it will fail unless you first create the folder `/usr/share/man/man1` before install. As I understand it the newest disk images have that folder created but existing installs, at this very moment, would need it manually added. I talked with Sam about it last night and he said he would try to figure out a solution for existing installs.

EDIT: This should now be resolved and new installs from the app store should work as expected.

If someone had already installed it from the app store and got the failure they would need to access the terminal and run…

sudo mkdir -p /usr/share/man/man1
sudo apt-get -f install

which should fix them up. Running the following should come back after that without errors…

sudo apt-get update && sudo apt-get dist-upgrade

This update wouldn’t be expected to impact if someone had previously installed Java.

Yes, but there is no date set at this moment. When it comes it will be in the form of a new install and not an update though.

1 Like