Kodi Community Forum
Best way to use unofficial PPA? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Best way to use unofficial PPA? (/showthread.php?tid=97628)



Best way to use unofficial PPA? - spartan711 - 2011-03-24

Hi, trying to get the blu-ray playback feature. For some reason, XBMCfreak/OPENelec doesn't work on my setup.

Is this the correct way to get the feature?

Perform vanilla 10.1 install.

SSH and execute

Code:
sudo apt-get update
sudo add-apt-repository ppa:mario-sitz/ppa
sudo apt-get update
sudo apt-get install xbmc

EDIT: I DID IT! at least in a virtual machine... just run the above code on a vanilla xbmc install, and enjoy blu-ray playback. I know its not necessary to update twice, but I like to see exactly what adding the repo changes.


- sitzm - 2011-03-25

just run the following:

Quote:sudo add-apt-repository ppa:mario-sitz/ppa
sudo apt-get update
sudo apt-get dist-upgrade