Install XBMC 13.0 on Ubuntu 13.04 Raring Ringtail

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

Scroll down and paste these lines to the end of the file above
deb http://ppa.launchpad.net/team-xbmc/xbmc-nightly/ubuntu raring main
deb-src http://ppa.launchpad.net/team-xbmc/xbmc-nightly/ubuntu raring main
Now update Ubuntu
sudo apt-get update
Finally, install XBMC with this command
sudo apt-get install xbmc