I'm trying to install Tvheadend on a fresh install of Ubuntu Server 24.04 LTS. I've followed the instruction provided on the download page and added the official repo:
curl -1sLf 'https://dl.cloudsmith.io/public/tvheadend/tvheadend/setup.deb.sh' | sudo -E bash
Executing the setup script for the 'tvheadend/tvheadend' repository ...
OK: Checking for required executable 'curl' ...
OK: Checking for required executable 'apt-get' ...
OK: Detecting your OS distribution and release using system methods ...
^^^^: ... Detected/provided for your OS/distribution, version and architecture:
:
: ... distro=ubuntu version=24.04 codename=noble arch=x86_64
:
OK: Checking for apt dependency 'apt-transport-https' ...
OK: Checking for apt dependency 'ca-certificates' ...
OK: Checking for apt dependency 'gnupg' ...
OK: Checking for apt signed-by key support ...
OK: Importing 'tvheadend/tvheadend' repository GPG keys ...
OK: Checking if upstream install config is OK ...
OK: Installing 'tvheadend/tvheadend' repository via apt ...
OK: Updating apt repository metadata cache ...
OK: The repository has been installed successfully - You're ready to rock!`
However, I'm unable to install the package and it just points me the snap install, which I don't intend to use. Is Tvheadend not yet available for 24.04 or what am I doing wrong here?
udo apt install tvheadend
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
No apt package "tvheadend", but there is a snap with that name.
Try "snap install tvheadend"
E: Paket tvheadend kann nicht gefunden werden.