Forums » Tutorial and setups »
Install on raspbian
Added by Inisca Cristian almost 9 years ago
Hi guys
I am trying to install it on a Raspbian but without success.
I am using the repository as follow:$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61
$ sudo apt-add-repository "https://dl.bintray.com/tvheadend/deb release"
$ sudo apt-get update
My sources.list file looks like:deb http://dl.bintray.com/tvheadend/deb wheezy stable
deb-src http://dl.bintray.com/tvheadend/deb wheezy stable
And when I run sudo apt-get update
I get the following error:
pi@raspberrypi ~ $ sudo apt-get update
Hit http://raspberrypi.collabora.com wheezy Release.gpg
Hit http://archive.raspberrypi.org wheezy Release.gpg
Hit http://raspberrypi.collabora.com wheezy Release
Hit http://archive.raspberrypi.org wheezy Release
Get:1 http://dl.bintray.com wheezy Release.gpg [821 B]
Hit http://raspberrypi.collabora.com wheezy/rpi armhf Packages
Get:2 http://dl.bintray.com wheezy Release [6,471 B]
Hit http://archive.raspberrypi.org wheezy/main armhf Packages
Ign http://raspberrypi.collabora.com wheezy/rpi Translation-en_GB
Ign http://archive.raspberrypi.org wheezy/main Translation-en_GB
Ign http://raspberrypi.collabora.com wheezy/rpi Translation-en
Ign http://archive.raspberrypi.org wheezy/main Translation-en
Fetched 7,292 B in 0s (13.6 kB/s)
W: Failed to fetch http://dl.bintray.com/tvheadend/deb/dists/wheezy/Release Unable to find expected entry 'stable/source/Sources' in Release file (Wrong sources.list entry or malformed file)
Can anyone help me? Thank you!
Replies (2)
RE: Install on raspbian - Added by Bret Hoskins over 8 years ago
I have been following these steps:
http://www.simpsoncomputers.co.uk/blog/?p=1455
Here is a copy from it:
Installing TVHeadend
We’re almost there now. Most articles out there will tell you that you need to build Tvheadend on the Pi. This is not the case, there is actually a repository available to use (see here).
Run curl http://apt.tvheadend.org/repo.gpg.key | sudo apt-key add -
Run sudo nano /<path_to_sources>/sources.list
Add deb http://apt.tvheadend.org/stable wheezy main on a new line in the file
Run sudo apt-get update
Run sudo apt-get install tvheadend – answer 'yes' to any questions and carry out required actions
Good Luck
RE: Install on raspbian - Added by Pet Pemax over 8 years ago
tried that posting from simpsoncomputers.co.uk on rasperryPi 2 B with a 16GB SD
without any success, may be i'm a bit too much beginner with raspi, but am able to follow that steps quite exactly.
'sudo apt-get update' gave the message :
W: Fehlschlag beim Holen von http://apt.tvheadend.org/stable/dists/jessie/InRelease Erwarteter Eintrag »main/binary-armhf/Packages« konnte in Release-Datei nicht gefunden werden (falscher Eintrag in sources.list oder missgebildete Datei).
Oh, i am on Jessie, so changed that in the 'apt' repo-line.
Could it be a prob with the change to dl.bintray... for tvheadend repo's , or should this work anyway ?
THX a lot for any help, i would like to learn...