Kodi Community Forum
Help installing Tvheadend..Ubuntu 12.04 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+---- Forum: Tvheadend (https://forum.kodi.tv/forumdisplay.php?fid=168)
+---- Thread: Help installing Tvheadend..Ubuntu 12.04 (/showthread.php?tid=181287)



Help installing Tvheadend..Ubuntu 12.04 - andre Simkin - 2013-12-26

I have searched the web for guide on installing Tvheadend...I'm somewhat new to Linux but not hopeless!!

Anyhow, I have Ubuntu 12.04.3 LTS + XBMC + Tvheadend PVR running but having hell of a time installing Tvheadend backend..

Can not make sense of the below stepsHuh

Please provide step by step guide...

BTW.. it asked for curl which I installed....sudo apt-get install curl....

--------------------------------------------------------------------------------------------------------
If you had previously added the launchpad PPA, please be sure to remove it (as it no longer exists)

sudo apt-add-repository -r http://ppa.launchpad.net/adamsutton/tvheadend

Before you can use the repositories you probably want to import the GPG signing key:

curl http://apt.tvheadend.org/repo.gpg.key | sudo apt-key add -

You will then need to add which ever repository you feel is most appropriate, for example if you want to be cautious and have a reliable system:

sudo apt-add-repository http://apt.tvheadend.org/stable
sudo apt-get update

Note: if you install more than one repository you will only ever get packages from the one holding the most recent version number, so the order of priority would be:

unstable > beta > stable

You can easily remove a repository though, so should you suddenly come over all crazy and want to live on the edge:

sudo apt-add-repository -r http://apt.tvheadend.org/stable
sudo apt-add-repository http://apt.tvheadend.org/unstable
sudo apt-get update
-------------------------------------------------------------------------------------------


RE: Help installing Tvheadend..Ubuntu 12.04 - doug - 2013-12-26

Code:
curl http://apt.tvheadend.org/repo.gpg.key | sudo apt-key add -
sudo apt-add-repository http://apt.tvheadend.org/stable
sudo apt-get update
sudo apt-get install tvheadend

then you can configure it from the web interface http://YourServerIPAddress:9981/extjs.html