RpmRepository » History » Revision 6
Revision 5 (Jaroslav Kysela, 2018-10-21 17:18) → Revision 6/7 (Jaroslav Kysela, 2018-10-21 19:41)
h1. Official Repositories *bintray is unfortunately out-of-updates down (no further rpm package updates)* *we are trying to find another repository possibilities* The repositories are provided by "Bintray":https://bintray.com/tvheadend containing packages built by "Doozer.io":https://doozer.io/tvheadend/tvheadend. h2. RPM There are three types of repositories, updated on-the-fly when the code is commited to github: * release - final release (like 4.2.5) * stable - includes stable changes between releases (like 4.2.5-x~gHASH) * upstable - all changes from the 'master' development branch (like 4.3-x~gHASH) h3. Fedora <pre> dnf config-manager --add-repo https://dl.bintray.com/tvheadend/fedora/bintray-tvheadend-fedora-4.2-stable.repo ...or.# dnf config-manager --add-repo https://dl.bintray.com/tvheadend/fedora/bintray-tvheadend-fedora-4.2-release.repo ...or.# dnf config-manager --add-repo https://dl.bintray.com/tvheadend/fedora/bintray-tvheadend-fedora-unstable.repo dnf install tvheadend </pre> h3. CentOS <pre> yum-config-manager --add-repo https://dl.bintray.com/tvheadend/centos/bintray-tvheadend-centos-4.2-stable.repo ...or.# yum-config-manager --add-repo https://dl.bintray.com/tvheadend/centos/bintray-tvheadend-centos-4.2-release.repo ...or.# yum-config-manager --add-repo https://dl.bintray.com/tvheadend/centos/bintray-tvheadend-centos-unstable.repo yum install tvheadend </pre> h1. RpmFusion The tvheadend package is also available through "rpmfusion":http://rpmfusion.org : https://admin.rpmfusion.org/pkgdb/package/free/tvheadend/