RpmRepository » History » Version 2
Jaroslav Kysela, 2017-04-21 21:14
1 | 1 | Jaroslav Kysela | h2. RPM |
---|---|---|---|
2 | |||
3 | There are three types of repositories, updated on-the-fly when the code is commited to github: |
||
4 | |||
5 | * release |
||
6 | - final release (like 4.2.2) |
||
7 | * stable |
||
8 | 2 | Jaroslav Kysela | - includes stable changes between releases (like 4.2.2-10~gHASH) |
9 | 1 | Jaroslav Kysela | * upstable |
10 | 2 | Jaroslav Kysela | - all changes from the 'master' development branch (like 4.3-520~gHASH) |
11 | 1 | Jaroslav Kysela | |
12 | h3. Fedora |
||
13 | |||
14 | <pre> |
||
15 | dnf config-manager --add-repo https://dl.bintray.com/tvheadend/fedora/bintray-tvheadend-fedora-4.2-stable.repo |
||
16 | ...or.# dnf config-manager --add-repo https://dl.bintray.com/tvheadend/fedora/bintray-tvheadend-fedora-4.2-release.repo |
||
17 | ...or.# dnf config-manager --add-repo https://dl.bintray.com/tvheadend/fedora/bintray-tvheadend-fedora-unstable.repo |
||
18 | dnf install tvheadend |
||
19 | </pre> |
||
20 | |||
21 | h3. CentOS |
||
22 | |||
23 | <pre> |
||
24 | yum-config-manager --add-repo https://dl.bintray.com/tvheadend/centos/bintray-tvheadend-centos-4.2-stable.repo |
||
25 | ...or.# yum-config-manager --add-repo https://dl.bintray.com/tvheadend/centos/bintray-tvheadend-centos-4.2-release.repo |
||
26 | ...or.# yum-config-manager --add-repo https://dl.bintray.com/tvheadend/centos/bintray-tvheadend-centos-unstable.repo |
||
27 | yum install tvheadend |
||
28 | </pre> |
||
29 | |||
30 | h2. RpmFusion |
||
31 | |||
32 | The tvheadend package is also available through "rpmfusion":http://rpmfusion.org : |
||
33 | |||
34 | https://admin.rpmfusion.org/pkgdb/package/free/tvheadend/ |