Forums » Tutorial and setups »
SOLVE Problem with TVH installation on ubuntu 14.04LTS
Added by hacksat hacksat about 6 years ago
I'm trying in all the ways I read in the forum and in the various guides, but I can not install TVH in my ubuntu 14.04
i use this:
sudo apt install curl
curl http://apt.tvheadend.org/repo.gpg.key | sudo apt-key add -
sudo apt-add-repository -r http://apt.tvheadend.org/stable
sudo apt-add-repository http://apt.tvheadend.org/unstable
sudo apt update
sudo apt install tvheadend
I have also used this procedure but nothing has ever been the result
Replies (4)
RE: Problem with TVH installation on ubuntu 14.04LTS - Added by Josu Lazkano about 6 years ago
Hello,
The output of each command you posted will be helpful.
Regards.
RE: Problem with TVH installation on ubuntu 14.04LTS - Added by hacksat hacksat about 6 years ago
thanks
E: Unable to retrieve http://apt.tvheadend.org/unstable/artifacts/n7/7862w8i5/tvheadend_4.3-1305~g771080a~trusty_i386.deb The dimensions do not match
RE: Problem with TVH installation on ubuntu 14.04LTS - Added by hacksat hacksat about 6 years ago
W: GPG Error: http://apt.tvheadend.org trusty Release: The following signatures have not been verified because the public key is not available: NO_PUBKEY 89942AAE5CEAA174
W: Unable to retrieve http://apt.tvheadend.org/stable/dists/dists/trusty/main/binary-i386/Packages 404 Not Found [IP: 104.31.95.73 80]
W: Unable to retrieve http://ppa.launchpad.net/mamarley/tvheadend-git-stable/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found
W: Unable to retrieve http://ppa.launchpad.net/mamarley/tvheadend-git/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found
E: Unable to download some index files: they will be ignored or the old ones will be used.
RE: SOLVE Problem with TVH installation on ubuntu 14.04LTS - Added by Josu Lazkano about 6 years ago
Try this before all:
apt-get install apt-transport-https dirmngr
Regards.