Project

General

Profile

installaion guide for ubuntu

Added by alireza sadeghpour about 8 years ago

hi all,i am new in tvheadend so excuse for simple question
any one has good guide for installing tvheadend on ubuntu??


Replies (10)

RE: installaion guide for ubuntu - Added by Jonathan Thomson about 8 years ago

The basics for installing on Ubuntu are detailed here

If you have any specific questions, post them here and I'll help you out :)

RE: installaion guide for ubuntu - Added by alireza sadeghpour about 8 years ago

i read and done all steps,i enter below commands in ubuntu terminal

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61 
echo "deb https://dl.bintray.com/tvheadend/deb DISTRO BUILDTYPE" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get install tvheadend

but at end terminal give this error:

E: Unable to locate package tvheadend

do you know what is problem???

RE: installaion guide for ubuntu - Added by Mark Clarkstone about 8 years ago

alireza sadeghpour wrote:

i read and done all steps,i enter below commands in ubuntu terminal
[...]

but at end terminal give this error:
[...]

do you know what is problem???

You need to replace "DISTRO" and "BUILDTYPE". e.g.

echo "deb https://dl.bintray.com/tvheadend/deb ubuntu stable" | sudo tee -a /etc/apt/sources.list

HTH.

RE: installaion guide for ubuntu - Added by alireza sadeghpour about 8 years ago

thanks for response,i enter command as you recommande to me,but after i run below command ..

sudo apt-get update

terminal five below error

W: Failed to fetch https://dl.bintray.com/tvheadend/deb/dists/ubuntu/stable/binary-amd64/Packages  HttpError404

W: Failed to fetch https://dl.bintray.com/tvheadend/deb/dists/ubuntu/stable/binary-i386/Packages  HttpError404

E: Some index files failed to download. They have been ignored, or old ones used instead.

do you know what is problem??

RE: installaion guide for ubuntu - Added by Jonathan Thomson about 8 years ago

Minus 10 points from Gryffindor for Mark's post ;) (unless it wasn't meant to be taken literally).

'ubuntu' is not a valid distro - see the list on the wiki I linked to above for a valid list (precise, trusty or vivid are valid options for Ubuntu or wheezy or jessie for Debian).

sudo nano /etc/apt/sources.list

...and replace 'ubuntu' with one of the valid options above, save the file then try an apt-get update again.

:)

RE: installaion guide for ubuntu - Added by Jonathan Thomson about 8 years ago

If you've run the 'tee' command above, make sure you don't have duplicate/erroneous entries in your apt sources list.

RE: installaion guide for ubuntu - Added by Mark Clarkstone about 8 years ago

Jonathan Thomson wrote:

Minus 10 points from Gryffindor for Mark's post ;) (unless it wasn't meant to be taken literally).

Haha, Yes you're right, my fault, it should have been the distro's codename not the name of the actual distro, however ubuntu is a valid target for dreamcat's bintray repo, which might explain my error. Oops.

And besides, I've been up since 3am.

My apologies..

'ubuntu' is not a valid distro - see the list on the wiki I linked to above for a valid list (precise, trusty or vivid are valid options for Ubuntu or wheezy or jessie for Debian).

[...]

...and replace 'ubuntu' with one of the valid options above, save the file then try an apt-get update again.

:)

RE: installaion guide for ubuntu - Added by Jonathan Thomson about 8 years ago

Mark Hunting I take it you know I'm ribbing you ;)

RE: installaion guide for ubuntu - Added by alireza sadeghpour about 8 years ago

thanks,it worked and i done installation.
i read some where in this forum that any one in same LAN can access to tvheadend webui,for example i install tvheadend on my loptop and my loptop is connected to a wifi station,and my phone also connected to same wifi station,then can i access to tvheadend webui from my phone?? if yes,how can i done that??

RE: installaion guide for ubuntu - Added by Mark Clarkstone about 8 years ago

Jonathan Thomson wrote:

Mark Hunting I take it you know I'm ribbing you ;)

Yeah I guessed as much :p

    (1-10/10)