AptRepositories » History » Revision 135
Revision 134 (Mark Clarkstone, 2021-08-15 12:37) → Revision 135/148 (saen acro, 2022-04-01 13:24)
h1. APT Repositories
{{>toc}}
h2. Official
Our official repository and packages are provided by "Doozer":https://doozer.io on https://apt.tvheadend.org.
h4. Status
(/) *Development is the +recommended+ choice for most people as Stable is very out-of-date at the moment.*
2021/08/15 : Unstable builds are available for Debian Bullseye on amd64 and i386.
Please report any issues here - #5264.
h3. Build Types
| *Build Type* | *Description* | *(Current) Version* | *Repo Component* |
| Stable | Latest release and fixes | v4.2.7-*~githash | stable |
| Development | Development builds | v4.3.*-*~githash | unstable |
*But, where's release?!*
We've decided not to offer "frozen" builds anymore, this is so that people get fixes much sooner. Those that are currently using release can modify their apt sources to stable, or continue as they are now, and move when they feel ready.
h3. Supported Distros and Architectures
Rather than listing all the supported distros please take a look at the directory listing on "apt.tvheadend.org":http://apt.tvheadend.org/ for your chosen build type.
fn1. Transcoding support is unavailable on some builds/distros.
-
h3. Usage
Here are some copy/paste examples on how to use the repo that should work for most[2].
h4. 1. Install Required Packages and add the Repository PGP key
<pre>
sudo apt-get -y install coreutils wget apt-transport-https lsb-release ca-certificates
</pre>
<pre>
sudo wget -qO- https://doozer.io/keys/tvheadend/tvheadend/pgp | sudo apt-key add -
</pre>
*Note*: _apt-key_ on some newer distros may fail as it's no longer available, in such cases please run the following command instead.
<pre>
wget -qO- https://doozer.io/keys/tvheadend/tvheadend/pgp | sudo tee /etc/apt/trusted.gpg.d/tvheadend.asc
</pre>
fn2. We assume you have sudo installed. If not, and you're root, you can omit sudo, otherwise please ask your administrator to.. <pre>apt-get install sudo; usermod -aG sudo <your account name></pre>
-
h4. 2. Create/Add the Sources List
*Raspbian users (and anyone else who can't install/use lsb-release) please see the third footnote[3]*.
Stable:
<pre>
sudo sh -c 'echo "deb https://apt.tvheadend.org/stable $(lsb_release -sc) main" | tee -a /etc/apt/sources.list.d/tvheadend.list'
</pre>
Unstable:
<pre>
sudo sh -c 'echo "deb https://apt.tvheadend.org/unstable $(lsb_release -sc) main" | tee -a /etc/apt/sources.list.d/tvheadend.list'
</pre>
fn3. Unfortunately you won't be able to use the command, at least not in the way it's shown, you need to replace " $(lsb_release -sc)" with "raspbian-stretch", "raspbian-jessie" or your distros code-name.
fn3001. Examples..
<pre>
echo "deb http://apt.tvheadend.org/stable raspbian-jessie main" | sudo tee -a /etc/apt/sources.list.d/tvheadend.list
echo "deb http://apt.tvheadend.org/stable raspbian-stretch main" | sudo tee -a /etc/apt/sources.list.d/tvheadend.list
</pre>
fn3002. *Tip:* If you want to use unstable, simply replace _stable_ with _unstable_.
-
h4. 3. Update Sources and Install
<pre>
sudo apt-get update
sudo apt-get install tvheadend
</pre>
*Tip:* On some installs (generally fresh ones) you might be asked to enter some details. If you'd like to reconfigure these details later, you can run.. <pre>sudo dpkg-reconfigure tvheadend</pre> and afterwards.. <pre>sudo service tvheadend restart</pre> :)
Job done!
h3. Help / Feedback
Please add to issue #5264 or join the IRC channel to report problems/give feedback.
---
h2. Third-party
h3. %{color: #f00}*Unofficial version!*%
%{background:lightgreen}*It can contain unpublic code,
reporting bug's in this version is not acceptable*%<notextile></notextile>
Third-party repositories are provided as-is and supported by the person who manages them, we cannot guarantee that we'll be able to help with issues relating to the use of these packages/repositories. The older official Bintray is exempt from this (Yes we know it's not technically third party ;) ).
In any case we'll try our best to help, or point you to where you can get some!
-
h3. What Happened to the Bintray Repository?
Unfortunately due to rate-limiting we've decided to stop/end the use of Bintray. *Don't worry the repository won't be disappearing[4], it just won't be updated - sorry about that.* :(
You can continue to use Bintray if you like, old instructions can be viewed "here":https://tvheadend.org/projects/tvheadend/wiki/AptRepository/116.
*Tip:* You can use both apt.tvheadend.org and bintray.com/tvheadend
-
h3. Help
Please tell us here #5264, make sure you mention you're using Bintray. You can also join the IRC channel if you prefer.
---
h3. Ubuntu PPA
Unofficial PPAs are provided by Michael Marley that provide packages for Artful, Zesty, Yakkety, Xenial and so on for the amd64, arm64, armhf, i386 and ppc64el architectures.
h4. Status
Please see "here (stable)":https://launchpad.net/~mamarley/+archive/ubuntu/tvheadend-git-stable and "here (unstable)":https://launchpad.net/~mamarley/+archive/ubuntu/tvheadend-git for PPA status.
h4. Usage
*1. Pick a Build Type*
For the stable PPA containing daily builds from the latest stable branch:
<pre>sudo apt-add-repository ppa:mamarley/tvheadend-git-stable</pre>
For the unstable PPA containing daily builds from master:
<pre>sudo apt-add-repository ppa:mamarley/tvheadend-git</pre>
*2. Update Sources*
<pre>sudo apt update</pre>
*3. Install*
<pre>sudo apt install tvheadend</pre>
h4. Help
If you experience issues with this PPA please contact Michael on IRC (mamarley in #hts on Freenode) or "Launchpad":https://launchpad.net/~mamarley.
{{>toc}}
h2. Official
Our official repository and packages are provided by "Doozer":https://doozer.io on https://apt.tvheadend.org.
h4. Status
(/) *Development is the +recommended+ choice for most people as Stable is very out-of-date at the moment.*
2021/08/15 : Unstable builds are available for Debian Bullseye on amd64 and i386.
Please report any issues here - #5264.
h3. Build Types
| *Build Type* | *Description* | *(Current) Version* | *Repo Component* |
| Stable | Latest release and fixes | v4.2.7-*~githash | stable |
| Development | Development builds | v4.3.*-*~githash | unstable |
*But, where's release?!*
We've decided not to offer "frozen" builds anymore, this is so that people get fixes much sooner. Those that are currently using release can modify their apt sources to stable, or continue as they are now, and move when they feel ready.
h3. Supported Distros and Architectures
Rather than listing all the supported distros please take a look at the directory listing on "apt.tvheadend.org":http://apt.tvheadend.org/ for your chosen build type.
fn1. Transcoding support is unavailable on some builds/distros.
-
h3. Usage
Here are some copy/paste examples on how to use the repo that should work for most[2].
h4. 1. Install Required Packages and add the Repository PGP key
<pre>
sudo apt-get -y install coreutils wget apt-transport-https lsb-release ca-certificates
</pre>
<pre>
sudo wget -qO- https://doozer.io/keys/tvheadend/tvheadend/pgp | sudo apt-key add -
</pre>
*Note*: _apt-key_ on some newer distros may fail as it's no longer available, in such cases please run the following command instead.
<pre>
wget -qO- https://doozer.io/keys/tvheadend/tvheadend/pgp | sudo tee /etc/apt/trusted.gpg.d/tvheadend.asc
</pre>
fn2. We assume you have sudo installed. If not, and you're root, you can omit sudo, otherwise please ask your administrator to.. <pre>apt-get install sudo; usermod -aG sudo <your account name></pre>
-
h4. 2. Create/Add the Sources List
*Raspbian users (and anyone else who can't install/use lsb-release) please see the third footnote[3]*.
Stable:
<pre>
sudo sh -c 'echo "deb https://apt.tvheadend.org/stable $(lsb_release -sc) main" | tee -a /etc/apt/sources.list.d/tvheadend.list'
</pre>
Unstable:
<pre>
sudo sh -c 'echo "deb https://apt.tvheadend.org/unstable $(lsb_release -sc) main" | tee -a /etc/apt/sources.list.d/tvheadend.list'
</pre>
fn3. Unfortunately you won't be able to use the command, at least not in the way it's shown, you need to replace " $(lsb_release -sc)" with "raspbian-stretch", "raspbian-jessie" or your distros code-name.
fn3001. Examples..
<pre>
echo "deb http://apt.tvheadend.org/stable raspbian-jessie main" | sudo tee -a /etc/apt/sources.list.d/tvheadend.list
echo "deb http://apt.tvheadend.org/stable raspbian-stretch main" | sudo tee -a /etc/apt/sources.list.d/tvheadend.list
</pre>
fn3002. *Tip:* If you want to use unstable, simply replace _stable_ with _unstable_.
-
h4. 3. Update Sources and Install
<pre>
sudo apt-get update
sudo apt-get install tvheadend
</pre>
*Tip:* On some installs (generally fresh ones) you might be asked to enter some details. If you'd like to reconfigure these details later, you can run.. <pre>sudo dpkg-reconfigure tvheadend</pre> and afterwards.. <pre>sudo service tvheadend restart</pre> :)
Job done!
h3. Help / Feedback
Please add to issue #5264 or join the IRC channel to report problems/give feedback.
---
h2. Third-party
h3. %{color: #f00}*Unofficial version!*%
%{background:lightgreen}*It can contain unpublic code,
reporting bug's in this version is not acceptable*%<notextile></notextile>
Third-party repositories are provided as-is and supported by the person who manages them, we cannot guarantee that we'll be able to help with issues relating to the use of these packages/repositories. The older official Bintray is exempt from this (Yes we know it's not technically third party ;) ).
In any case we'll try our best to help, or point you to where you can get some!
-
h3. What Happened to the Bintray Repository?
Unfortunately due to rate-limiting we've decided to stop/end the use of Bintray. *Don't worry the repository won't be disappearing[4], it just won't be updated - sorry about that.* :(
You can continue to use Bintray if you like, old instructions can be viewed "here":https://tvheadend.org/projects/tvheadend/wiki/AptRepository/116.
*Tip:* You can use both apt.tvheadend.org and bintray.com/tvheadend
-
h3. Help
Please tell us here #5264, make sure you mention you're using Bintray. You can also join the IRC channel if you prefer.
---
h3. Ubuntu PPA
Unofficial PPAs are provided by Michael Marley that provide packages for Artful, Zesty, Yakkety, Xenial and so on for the amd64, arm64, armhf, i386 and ppc64el architectures.
h4. Status
Please see "here (stable)":https://launchpad.net/~mamarley/+archive/ubuntu/tvheadend-git-stable and "here (unstable)":https://launchpad.net/~mamarley/+archive/ubuntu/tvheadend-git for PPA status.
h4. Usage
*1. Pick a Build Type*
For the stable PPA containing daily builds from the latest stable branch:
<pre>sudo apt-add-repository ppa:mamarley/tvheadend-git-stable</pre>
For the unstable PPA containing daily builds from master:
<pre>sudo apt-add-repository ppa:mamarley/tvheadend-git</pre>
*2. Update Sources*
<pre>sudo apt update</pre>
*3. Install*
<pre>sudo apt install tvheadend</pre>
h4. Help
If you experience issues with this PPA please contact Michael on IRC (mamarley in #hts on Freenode) or "Launchpad":https://launchpad.net/~mamarley.