Where can I get XBMC for Ubuntu?
I have the team-xbmc ppa added however they have no packages, is there an older deb or is there somewhere where i can get the source and build myself?
Where can I get XBMC for Ubuntu?
I have the team-xbmc ppa added however they have no packages, is there an older deb or is there somewhere where i can get the source and build myself?
For Ubuntu 12.04 and newer
Click on the button:
or by simply opening a terminal and typing
sudo apt-get install xbmc
.After the release of Ubuntu 12.04 updates should be available in the stable XBMC PPA above and XBMC can be updated by adding the PPA and updating your system.
The main XBMC PPA has been updated with the latest stable releases.
If you want to compile xbmc in Ubuntu, the following worked for me:
Dependencies
Downloading And Compiling xbmc
Ubuntu 12.04(final)
although you can install xbmc in 12.04 via software-center or
sudo apt-get install xbmc
, for those that want to compile xbmc in 12.04, for whatever reason(Like to see code pass by in the gnome-terminal for that geeky feel) Here is the code which enables said feeling.Note: Reboot after compiling for the XBMC icon to appear!
Source:
XBMC - HOW-TO:Compile XBMC on Debian/Ubuntu I don't know how I missed that!
For Ubuntu 12.04 & 12.10 you can use the following PPA from here: XBMC Nightly : Nathan Rennie-Waldock
sudo add-apt-repository ppa:nathan-renniewaldock/xbmc-nightly
sudo apt-get update
sudo apt-get install xbmc
I recommend this one because:
This are the problems I was having with XBMC that came with 12.04. This is because most of this problems are fixed in the Git repository but not yet applied to a stable release. This version however is very stable for me. Tested with 900+ movies, 8000+ songs and 17 TV series. Downloaded cover arts for all, lyrics, subtitles, etc.. No problem, not even one. The remote controller for android also worked perfectly.