Project

General

Profile

Installing TVHeadend doesnt work any more like I was used to

Added by Michael Weber about 6 years ago

Hello guys,

I usually installed with following command lines:

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

Server: intel-hardware with openmediavault installed

Yesterday I struggled with some update problems and thought it would be a good idea to purge tvheadend from my server. Later I realized that "Repository path missing or not specified." is my problem, not the installed version of it.

How can I install tvheadend now?! I tried with the commands from the "download" section on this web page but for me nothing worked.

What can I do?!

Thanks and Regards,
flyingernst


Replies (1)

RE: Installing TVHeadend doesnt work any more like I was used to - Added by Michael Weber about 6 years ago

I think I have to try it with:

wget qO https://doozer.io/keys/tvheadend/tvheadend/pgp | sudo apt-key add -
  1. apt-get install dirmngr # if necessary
  2. wget qO https://doozer.io/keys/tvheadend/tvheadend/pgp | sudo apt-key add -# again if necessary
    "deb http://apt.tvheadend.org/stable jessie main" | sudo tee -a /etc/apt/sources.list.d/tvheadend.list
    apt-get update
    apt-get install tvheadend

will test it later

    (1-1/1)