From couple hours I am trying to install Tvheadend without luck on Proxmox-Ubuntu server container. I had it couple years ago but never had time to use it and now I wanted to try it again. After I checked all my old notes and fix every problem with old packages, repositories, firmwares, etc (I am not unix specialist) I had ended with:
root@TVHEADEND:~# sudo apt install tvheadend
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
tvheadend : Depends: libavahi-client3 (>= 0.6.16) but it is not installable
Depends: libavahi-common3 (>= 0.6.16) but it is not installable
Depends: libavcodec58 (>= 7:4.4) but it is not going to be installed
Depends: libavfilter7 (>= 7:4.4) but it is not going to be installed
Depends: libavformat58 (>= 7:4.4) but it is not going to be installed
Depends: libavutil56 (>= 7:4.4) but it is not going to be installed
Depends: libhdhomerun4 (>= 20220303) but it is not installable
Depends: liburiparser1 (>= 0.6.0) but it is not installable
Depends: libva2 (>= 2.2.0) but it is not installable
Depends: bzip2 but it is not installable
Depends: dtv-scan-tables but it is not installable
Recommends: xmltv-util but it is not installable
Recommends: python3-all but it is not installable
Recommends: python3-requests but it is not installable
E: Unable to correct problems, you have held broken packages.
Can I get some help? Which packes should I use and whats with does depends and recommends?