Actions
APT Repositories¶
- Table of contents
- APT Repositories
Official repository on cloudsmith.io¶
https://cloudsmith.io/~tvheadend/
This repository support various targets i386, i686, x86_64, aarch64, armv6l, armv7l.
Distributions:
Ubuntu LTS:¶
Debian:¶
Setup:¶
curl -1sLf \
'https://dl.cloudsmith.io/public/tvheadend/tvheadend/setup.deb.sh' \
| sudo -E bash
Copy and paste to terminal
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.
Status¶
Please see here and here for PPA status.
Usage¶
1. Pick a Build Type
For the stable PPA containing daily builds from the latest stable branch:
sudo apt-add-repository ppa:mamarley/tvheadend-git-stable
For the unstable PPA containing daily builds from master:
sudo apt-add-repository ppa:mamarley/tvheadend-git
2. Update Sources
sudo apt update
3. Install
sudo apt install tvheadend
Help¶
If you experience issues with this PPA please contact Michael on IRC (mamarley in #hts on Freenode) or Launchpad.
Updated by Flole Systems 11 months ago · 148 revisions