Reposity Issue for Raspian
Added by Charlie W almost 9 years ago
So in trying to activate the repository for TVHEADEND I first enter
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61
Next I enter
sudo apt-add-repository "http://dl.bintray.com/tvheadend/deb wheezy release"
This command adds two lines to /etc/apt/sources.list
deb http://dl.bintray.com/tvheadend/deb wheezy wheezy release
deb-src http://dl.bintray.com/tvheadend/deb wheezy wheezy release
When I enter
sudo apt-get update
The following error is produced
W: Failed to fetch http://dl.bintray.com/tvheadend/deb/dists/wheezy/Release Unable to find expected entry 'wheezy/source/Sources' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
Any suggestions on how to fix this problem would be appreciated.
I would have posted this under Tutorial and Setups but I see a request just like this was posted 16 days ago.
Replies (2)
RE: Reposity Issue for Raspian - Added by big big almost 9 years ago
there is two wheezy in your sources.list.
Try instead "deb http://dl.bintray.com/tvheadend/deb wheezy release"
RE: Reposity Issue for Raspian - Added by Charlie W almost 9 years ago
Thanks for your reply. There are two different sets of instructions on how to set up the repository. I tried them both. The example I posted was from https://www.tvheadend.org/projects/tvheadend/wiki/AptRepository and it generates the sources file that has two wheezy entries. The other set of instructions is at https://bintray.com/tvheadend/deb and it creates only one wheezy entry. It also connects with https instead of http. I tried it both ways as well as both the stable and release components. They all say I have a wrong sources.list entry.