Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. *Is there an Ubuntu PPA?*
  2. Unofficial PPAs are provided by Michael Marley that provide packages for Artful, Zesty, Yakkety, and Xenial for the amd64, arm64, armhf, i386 and ppc64el architectures.
  3.  
  4. First, pick either the Stable or Unstable builds:
  5.  
  6. * For the Stable PPA containing daily builds from the latest stable branch:
  7. <pre>sudo apt-add-repository ppa:mamarley/tvheadend-git-stable</pre>
  8.  
  9. * For the Unstable PPA containing daily builds from master:
  10. <pre>sudo apt-add-repository ppa:mamarley/tvheadend-git</pre>
  11.  
  12. Then, for both:
  13.  
  14. * Update your packages:
  15. <pre>sudo apt update</pre>
  16.  
  17. * Install:
  18. <pre>sudo apt install tvheadend</pre>
  19.  
  20. If you experience issues with this PPA please contact Michael on IRC (mamarley in #hts on Freenode) or "Launchpad":https://launchpad.net/~mamarley.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement