Citrix SSO / Workspace

Hello, I need to use Citrix SSO and I can do it with Mac OS or Android phone. But currently I’m trying to find an alternative in Linux. So, I installed Workspace Web (the one that was installed without extra package dependencies) and one time it was launched successfully. But after fresh install, I can’t launch it, there is an error:

selfservice: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory

I checked Yast and found I can’t find this lib while I already have **libidn12, libidn2-0.
**So, I think previous time may launch this app because I tried to install other Citrix products and somehow this lib was installed (not sure).
Anyway, maybe there is an experienced Citrix user and could tell me how to launch an **Citrix SSO **alternative in OpenSuse Linux (actually, I’m not sure if Workspase Web contains the needed functionality, maybe I need another app like Gateway).

As you might have guessed, Tumbleweed has no “official” libidn11 package anymore (at least my package search does not find it) so you’ll have to use one from the community repos;
https://software.opensuse.org/package/libidn11

SLE15 through SP3 and openSUSE 15.x still have it and that’s most likely what they’re aiming at - TW is just moving too fast and deprecating stuff.

I found, I need to convert .deb client](https://www.citrix.com/ru-ru/downloads/citrix-gateway/earlier-versions/netscaler-gateway-plug-in-VPN_EPA_Clients_Ubuntu_18.html) to make Citrix works. So, I installed Alien and converted it into .rpm. Trying to install, it needs libcurl-gnutls.so (64 bits) that also needs libpsl >= 0.21.1
Trying to install libpsl-0.21.1-1.5.src.rpm. from here, I get nothing even if there are no errors in the process. Maybe because it’s only sources installed somewhere?

Converting .deb will almost always end in up in failure.

However, you should install the libidn11 I posted above, it should fix the issue you had with the original package. Please try to do this the “SUSE” way and not convert some Debian packages.