Official Ubuntu PPA: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (removed Category:Manual using HotCat)
 
(75 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{greenv|What is a ppa?| '''ppas''' are software repositories that hold compiled version of the software you need for you Ubuntu version}}
{{mininav| [[HOW-TO:Install Kodi for Linux]] }}


== XBMC ppa's ==
<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).


*https://launchpad.net/~team-xbmc/+archive/ppa  '''ppa:team-xbmc/ppa'''
The Team Kodi PPA provides the only officially supported pre-compiled binaries for Ubuntu and Ubuntu-based systems.<section end="intro" />
*https://launchpad.net/~team-xbmc/+archive/unstable  '''ppa:team-xbmc/unstable'''
*https://launchpad.net/~team-xbmc/+archive/xbmc-nightly  '''ppa:team-xbmc/xbmc-nightly'''


{{greenv|What PPA do I have currently?|To determine what ppa's are in your sources list '''type''':}}
= Repositories =
<syntaxhighlight lang="bash" enclose="div">
<section begin="repos" />
sudo apt-cache policy
The Kodi repositories are as follows:
</syntaxhighlight>


;If you wondering where to type commands
{{Note|Although the URL still has "Team XBMC" in the title, these are the current URLs for Kodi.}}
:''See also:'' [[SSH|Connecting to Linux/XBMCbuntu via SSH]]
 
{| class="prettytable" width="100%"
| https://launchpad.net/~team-xbmc/+archive/ppa || <code>'''ppa:team-xbmc/ppa'''</code> || Final release builds
|-
| https://launchpad.net/~team-xbmc/+archive/unstable || <code>'''ppa:team-xbmc/unstable'''</code> || [[Development_builds|Betas and release candidates]]
|-
| https://launchpad.net/~team-xbmc/+archive/xbmc-nightly || <code>'''ppa:team-xbmc/xbmc-nightly'''</code> || [[Development_builds|Nightly builds]]
|}<section end="repos" />
 
For the users looking for compile with the PPA build depends in addition to the nightly PPA:
 
{| class="prettytable" width="100%"
| https://launchpad.net/~team-xbmc/+archive/xbmc-ppa-build-depends || <code>'''ppa:team-xbmc/xbmc-ppa-build-depends'''</code> || Build Depends
|}
 
 
= See also =
* [https://help.ubuntu.com/community/AptGet/Howto apt-get/How-to]
 
 
 
{{updated|20}}
 
[[Category:Linux]]

Latest revision as of 06:47, 8 February 2023

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