Changes

From Amahi Wiki
Jump to: navigation, search
658 bytes added ,  20:03, 12 December 2009
no edit summary
First, we have to create 2 files:
*/etc/yum.repos.d/spotnet.repo
the contents of this file should be:
[spotnet]
baseurl=http://fedora.spot.net.id/yum/fedora/$releasever/$basearch/
gpgcheck=0
 
*/etc/yum.repos.d/atrpms.repo
the contents of this file should be:
[atrpms]
name=Fedora Core $releasever - $basearch - ATrpms
baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
gpgcheck=1
 
*run yum update to have yum update its packages lists.
 
===Installing XBMC===
To install XBMC we open up a terman, su to root and execute the following commands:
yum install xbmc xbmc-skin-*
 
This should install xbmc, its required dependencies, and all the skins currently available in the main package!
once you're done, XBMC is located inside the GNOME Menu, and you can start adding files to your library
83

edits