Archive talk:HOW-TO:Install XBMC on Ubuntu/HOW-TO 1: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Siymann
>Brucevdk
(comment about sudo apt-key adv --recv-keys)
Line 15: Line 15:


--[[User:Novin|Novin]] 19:29, 7 November 2009 (UTC)
--[[User:Novin|Novin]] 19:29, 7 November 2009 (UTC)
: I added this to the article, it is a wiki after all. :-) --[[User:Brucevdk|Brucevdk]] 12:30, 19 January 2010 (UTC)


== standalone ==
== standalone ==

Revision as of 12:30, 19 January 2010

Concerning the part about adding the PPA key, a bit easier just to:

$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0x6d975c4791e7ee5e
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --recv-keys --keyserver keyserver.ubuntu.com 0x6d975c4791e7ee5e
gpg: requesting key 91E7EE5E from hkp server keyserver.ubuntu.com
gpg: key 91E7EE5E: public key "Launchpad PPA for XBMC for Linux" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)

And you're done..


--Novin 19:29, 7 November 2009 (UTC)

I added this to the article, it is a wiki after all. :-) --Brucevdk 12:30, 19 January 2010 (UTC)

standalone

Don't the command line instructions for Ubuntu at the top also need to include a line to install the xbmc standalone package as well?

addition to check for co

should there be a reference to check for compiz and opengl/drivers (as per Compiz_is_not_compatible_with_XBMC ?