2022-06-18, 09:06 PM
My problem is almost the same as the unresolved tid=62031 except I am using Xubuntu 22.04 LTS, not Ubuntu 20.04. On my "normal" install there were 6 missing dependencies for "nextpvr-helper.deb", all of which I resolved except: "depends on libssl1.0.0 | libssl1.1 (>= 1.1)".
I installed libssl3 which is >= libssl1.1 from my default Ubuntu 22.04 repository, but it was ignored as shown below in my Terminal Log:
dick@NPVR:~/Downloads$ sudo dpkg -i nextpvr-helper.deb
(Reading database ... 202072 files and directories currently installed.)
Preparing to unpack nextpvr-helper.deb ...
preinst
1.5
Linux
linux-64
Archive: /tmp/NPVR.zip
inflating: /opt/nextpvr/system/Microsoft.Data.Sqlite.dll
useradd: user 'nextpvr' already exists
Unpacking nextpvr-helper (1.5) over (1.5) ...
postrm called with args= upgrade 1.5
dpkg: dependency problems prevent configuration of nextpvr-helper:
nextpvr-helper depends on libssl1.0.0 | libssl1.1 (>= 1.1); however:
Package libssl1.0.0 is not installed.
Package libssl1.1 is not installed.
The tid=62031 last post suspected NPVR.zip, so I have its checksum to verify:
dick@NPVR:~/Downloads$ sudo sha256sum /tmp/NPVR.zip
4762788180ff2c584014d3801432d296d0d88f98eb3f18343be4886258996756 /tmp/NPVR.zip
I also tried these replacement install attempts that failed with:
E: Package 'libssl1.0.0' has no installation candidate
E: Package 'libssl1.1' has no installation candidate
E: Unable to locate package perl-openlibssl-defaults
I installed libssl3 which is >= libssl1.1 from my default Ubuntu 22.04 repository, but it was ignored as shown below in my Terminal Log:
dick@NPVR:~/Downloads$ sudo dpkg -i nextpvr-helper.deb
(Reading database ... 202072 files and directories currently installed.)
Preparing to unpack nextpvr-helper.deb ...
preinst
1.5
Linux
linux-64
Archive: /tmp/NPVR.zip
inflating: /opt/nextpvr/system/Microsoft.Data.Sqlite.dll
useradd: user 'nextpvr' already exists
Unpacking nextpvr-helper (1.5) over (1.5) ...
postrm called with args= upgrade 1.5
dpkg: dependency problems prevent configuration of nextpvr-helper:
nextpvr-helper depends on libssl1.0.0 | libssl1.1 (>= 1.1); however:
Package libssl1.0.0 is not installed.
Package libssl1.1 is not installed.
The tid=62031 last post suspected NPVR.zip, so I have its checksum to verify:
dick@NPVR:~/Downloads$ sudo sha256sum /tmp/NPVR.zip
4762788180ff2c584014d3801432d296d0d88f98eb3f18343be4886258996756 /tmp/NPVR.zip
I also tried these replacement install attempts that failed with:
E: Package 'libssl1.0.0' has no installation candidate
E: Package 'libssl1.1' has no installation candidate
E: Unable to locate package perl-openlibssl-defaults