Project

General

Profile

AptRepositories » History » Version 148

Flole Systems, 2023-12-13 23:35

1 72 Mark Clarkstone
h1. APT Repositories
2 1 Adam Sutton
3 139 saen acro
{{>toc}}
4 50 Jaroslav Kysela
5 148 Flole Systems
h2. Official repository on cloudsmith.io
6 1 Adam Sutton
7 138 saen acro
https://cloudsmith.io/~tvheadend/
8
9 143 saen acro
10 139 saen acro
This repository support various targets i386, i686, x86_64, aarch64, armv6l, armv7l.
11
Distributions:
12 140 saen acro
13
h4. *Ubuntu LTS:*
14 141 saen acro
15 144 saen acro
{{collapse(View details...)
16 139 saen acro
14.04 LTS (Trusty Tahr)
17
16.04 LTS (Xenial Xerus)
18
18.04 LTS (Bionic Beaver)
19
20.04 LTS (Focal Fossa)
20 1 Adam Sutton
22.04 LTS (Jammy Jellyfish)
21 144 saen acro
}}
22 146 saen acro
23 140 saen acro
h4. *Debian:* 
24 1 Adam Sutton
25 144 saen acro
{{collapse(View details...)
26 1 Adam Sutton
Debian 8 (Jessie)
27
Debian 9 (Stretch)
28
Debian 10 (Buster)
29
Debian 11 (Bullseye)
30
Debian 12 (Bookworm)
31 144 saen acro
}}
32 147 saen acro
33 1 Adam Sutton
h3. Setup:
34 148 Flole Systems
35 143 saen acro
<pre><code class="shell">
36
curl -1sLf \
37
  'https://dl.cloudsmith.io/public/tvheadend/tvheadend/setup.deb.sh' \
38
  | sudo -E bash
39 1 Adam Sutton
</code></pre>
40
Copy and paste to terminal
41 58 Mark Clarkstone
42 119 Mark Clarkstone
43 58 Mark Clarkstone
44 117 Mark Clarkstone
---
45 62 Mark Clarkstone
46 58 Mark Clarkstone
h3. Ubuntu PPA
47 72 Mark Clarkstone
48 117 Mark Clarkstone
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.
49 57 Mark Clarkstone
50 117 Mark Clarkstone
h4. Status
51
52
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.
53
54 1 Adam Sutton
h4. Usage
55 78 Mark Clarkstone
56 117 Mark Clarkstone
*1. Pick a Build Type*
57 1 Adam Sutton
58 118 Mark Clarkstone
For the stable PPA containing daily builds from the latest stable branch:
59 1 Adam Sutton
<pre>sudo apt-add-repository ppa:mamarley/tvheadend-git-stable</pre>
60 72 Mark Clarkstone
61 118 Mark Clarkstone
For the unstable PPA containing daily builds from master:
62 96 Mark Clarkstone
<pre>sudo apt-add-repository ppa:mamarley/tvheadend-git</pre>
63
64 117 Mark Clarkstone
*2. Update Sources*
65 107 Mark Clarkstone
66
<pre>sudo apt update</pre>
67
68 117 Mark Clarkstone
*3. Install* 
69 72 Mark Clarkstone
<pre>sudo apt install tvheadend</pre>
70
71
h4. Help
72
73 1 Adam Sutton
If you experience issues with this PPA please contact Michael on IRC (mamarley in #hts on Freenode) or "Launchpad":https://launchpad.net/~mamarley.