Opentabletdriver under Tubleweed

I try to install the opentabletdriver under Tumbleweed but i cant find a way to install the necassary dotnet 8.0 pakets.
have anyone solved this problem?

Packaging

Make rpm package compatible with openSUSE (#2813 by @X9VoiD)

openSUSE/SUSE users should now be able to run the following commands to install OpenTabletDriver without any error:

sudo zypper install OpenTabletDriver.rpm

assuming current working directory is set to where the rpm file is.

The installation guide explains how to add the Microsoft repository. But Dotnet 8.0 depends on a no longer available libopenssl1_0_0. As this package is outdated it got removed from Factory/Tumbleweed.

https://opentabletdriver.net/Wiki/Install/Linux#opensuse

Thanks, problem solved.

Please describe solution.

If the target runtime environment’s OpenSSL version is 1.1 or newer, you’ll need to install compat-openssl10.

compat-openssl10 is not available for openSUSE. Not even on OBS.

https://software.opensuse.org/package/libopenssl1_0_0

But possibly not needed anymore (dotNet 9 is available).

It is really sad that some users promote unsafe and insecure procedures. libopenssl1_0_0 got removed for a reason…it is deprecated and insecure:

The latest opentabletdriver-0.6.5.1-1.x86_64.rpm requires .Net 8.0 and not 9.0
(This can easily be check by firing up a VM.)
.Net 8.0 requires a deprecated libopenssl1_0_0

And as already mentioned, compat-openssl10 does not exist for openSUSE.

Libopenssl1_1 is supported by SUSE for SUSE & openSUSE.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.