Problem downloading tvheadend package for Mint 19.1
Added by Ed B almost 6 years ago
Following the directions on the download page, I get to the point where update my repositories, and this is what I see:
Err:11 https://apt.tvheadend.org/stable tessa Release
404 Not Found [IP: 104.31.95.73 443]
Get:12 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:13 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Reading package lists... Done
E: The repository 'https://apt.tvheadend.org/stable tessa Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
I am trying to install onto a virtual machine, if that matters.
Replies (2)
RE: Problem downloading tvheadend package for Mint 19.1 - Added by Mark Clarkstone almost 6 years ago
try.
sudo sh -c 'echo "deb https://apt.tvheadend.org/unstable bionic main" | tee /etc/apt/sources.list.d/tvheadend.list'
then apt update and install.
HTH
RE: Problem downloading tvheadend package for Mint 19.1 - Added by Ed B almost 6 years ago
Mark Clarkstone wrote:
try.
[...]then apt update and install.
HTH
This got it installed. I also tested using stable. Thanks.