This tutorial is going to show how to install the latest version (nightly build) of XBMC on Ubuntu 13.04 Raring Ringtail. The latest version of XBMC 13.0 is now available for install from XBMC repository. Please note that this is a development version which contains bugs, use it at your own risk.
OK, do the following to install XBMC 13.0 on Ubuntu 13.04
First we need to edit the file /etc/apt/sources.list and add xbmc repository to this file. Open Terminal and type this command:
sudo nano /etc/apt/sources.list
deb http://ppa.launchpad.net/team-xbmc/xbmc-nightly/ubuntu raring mainNow update Ubuntu
deb-src http://ppa.launchpad.net/team-xbmc/xbmc-nightly/ubuntu raring main
sudo apt-get updateFinally, install XBMC with this command
sudo apt-get install xbmc