Have problems installing tvheadend after adding the key and the entry to sources.list
Also checked that there is only one available entry in sources.list
Also tried to put the stable main entry with same result
echo deb https://dl.bintray.com/tvheadend/ubuntu testing main | sudo tee -a /etc/apt/sources.list
Everything seems fine from adding key, source, and running apt-get update
However when I try to install I get this:
root@P5KR:/etc/apt# apt-get install tvheadend
Reading package lists... Done
Building dependency tree
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: libdvbcsa1 (>= 1.1.0) but it is not installable
Depends: liburiparser1 (>= 0.6.0) but it is not installable
Recommends: xmltv-util but it is not installable
E: Unable to correct problems, you have held broken packages.
Tried adding the old repository and were able to install 3.4 fine.
Anyone that can help me on the way?
It would be highly appreciated.