Official Ubuntu PPA: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(→‎Build Dependencies: not the compiling page)
No edit summary
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{mininav|[[Linux]] {{l2| [[Installing]] }} }}
{{mininav| [[HOW-TO:Install Kodi for Linux]] }}


<section begin="intro" />[[w:Personal Package Archive|Personal Package Archive]]s, or '''PPA'''s are software repositories that hold compiled version of software, primarily for [[w:Ubuntu|Ubuntu]] and various Ubuntu derivatives (such as Lubuntu, non-Debian versions of Linux Mint, XBMCbuntu, and many others).
<section begin="intro" />[[w:Personal Package Archive|Personal Package Archive]]s, or '''PPA'''s are software repositories that hold compiled version of software, primarily for [[w:Ubuntu|Ubuntu]] and various Ubuntu derivatives (such as Lubuntu, non-Debian versions of Linux Mint, KodiBuntu, XBMCbuntu, and many others).


The Team XBMC PPA provides the only officially supported pre-compiled binaries for Ubuntu and Ubuntu-based systems.<section end="intro" />
The Team Kodi PPA provides the only officially supported pre-compiled binaries for Ubuntu and Ubuntu-based systems.<section end="intro" />
 
{{redv|NOTICE|'''All users should use the Team XBMC PPA instead of the system repositories (or any build that uses external ffmpeg/libav) for proper support and best running operation.'''}}


== Repositories ==
== Repositories ==
<section begin="repos" />
<section begin="repos" />
The XBMC repositories are as follows:
The Kodi repositories are as follows:
 
{{Note|Although the URL still has "Team XBMC" in the title, these are the current URLs for Kodi.}}


{| class="prettytable" width="100%"
{| class="prettytable" width="100%"
Line 24: Line 24:
| https://launchpad.net/~team-xbmc/+archive/xbmc-ppa-build-depends || <code>'''ppa:team-xbmc/xbmc-ppa-build-depends'''</code> || Build Depends
| https://launchpad.net/~team-xbmc/+archive/xbmc-ppa-build-depends || <code>'''ppa:team-xbmc/xbmc-ppa-build-depends'''</code> || Build Depends
|}
|}
== Uninstalling or Removing ==
{{FAQ|1=Uninstalling XBMC
| BGcolor=
| Question=How do I uninstall XBMC?
| Answer=
If you need to remove and purge an application and finally removing/purging also the application configurations files, do so by typing:
<syntaxhighlight lang="bash" enclose="div">
sudo apt-get update
sudo apt-get remove xbmc*
sudo apt-get purge xbmc*
</syntaxhighlight>
}}<section end="package_maintenance" />


== See also ==
== See also ==
* [https://help.ubuntu.com/community/AptGet/Howto apt-get/How-to]
* [https://help.ubuntu.com/community/AptGet/Howto apt-get/How-to]
{{Helix updated}}


[[Category:Linux]]
[[Category:Linux]]
[[Category:XBMC Manual]]
[[Category:Manual]]

Revision as of 05:11, 13 March 2015

Home icon grey.png   ▶ HOW-TO:Install Kodi for Linux ▶ Official Ubuntu PPA

Personal Package Archives, or PPAs are software repositories that hold compiled version of software, primarily for Ubuntu and various Ubuntu derivatives (such as Lubuntu, non-Debian versions of Linux Mint, KodiBuntu, XBMCbuntu, and many others).

The Team Kodi PPA provides the only officially supported pre-compiled binaries for Ubuntu and Ubuntu-based systems.

Repositories

The Kodi repositories are as follows:

Note: Although the URL still has "Team XBMC" in the title, these are the current URLs for Kodi.

https://launchpad.net/~team-xbmc/+archive/ppa ppa:team-xbmc/ppa Final release builds
https://launchpad.net/~team-xbmc/+archive/unstable ppa:team-xbmc/unstable Betas and release candidates
https://launchpad.net/~team-xbmc/+archive/xbmc-nightly ppa:team-xbmc/xbmc-nightly Nightly builds

For the users looking for compile with the PPA build depends in addition to the nightly PPA:

https://launchpad.net/~team-xbmc/+archive/xbmc-ppa-build-depends ppa:team-xbmc/xbmc-ppa-build-depends Build Depends

See also