Project

General

Profile

Actions

AptRepositories » History » Revision 1

Revision 1/148 | Next »
Adam Sutton, 2013-04-04 17:17


Apt Repository

Tvheadend now maintains its own apt repository (rather than the previous use of launchpad). The repository is actually made up of three separate sub-repositories containing builds of varying stability:

Before you can use the repositories you probably want to import the GPG signing key:

curl http://apt.tvheadend.org/repo.gpg.key | sudo apt-key add -

You will then need to add which ever repository you feel is most appropriate, for example if you want to live on the edge:

sudo apt-add-repository http://apt.tvheadend.org/unstable

Note: if you install more than one repository you will only ever get packages from the one holding the most recent version number, so the order of priority would be:

unstable > beta > stable

You can easily remove a repository though, so should you suddenly come over all sensible:

sudo apt-add-repository -r http://apt.tvheadend.org/unstable

Updated by Adam Sutton over 11 years ago · 1 revisions