Cannot Install x2g0 (nothing provides 'libc.so.6(GLIBC_2.34)(64bit)')

Hi,

I am trying to install x2goclient via YaST (from the obs://build.opensuse.org/X11 repo). It fails claiming nothing provides GLIBC_2.34. Same result from zypper (as expected)

:~> sudo zypper in x2goclient
Loading repository data…
Reading installed packages…
Resolving package dependencies…

Problem: nothing provides ‘libc.so.6(GLIBC_2.34)(64bit)’ needed by the to be installed x2goclient-4.1.2.2-2.54.x86_64
Solution 1: do not install x2goclient-4.1.2.2-2.54.x86_64
Solution 2: break x2goclient-4.1.2.2-2.54.x86_64 by ignoring some of its dependencies

My installed glibc is 2.31-150300.41.1-x86_64 (most up to date that I see from Leap 15.4 update repo). How should I proceed? I cannot find a simple path and do not know where to find the newer glibc that is required.

Here in Leap 15.4:

laptop:/home/stephan # LANG=C zypper in x2goclient
Loading repository data...
Reading installed packages...
'x2goclient' not found in package names. Trying capabilities.
No provider of 'x2goclient' found.
Resolving package dependencies...
Nothing to do.
laptop:/home/stephan # 


Questions?

Pease use Code-Tags:
https://forums.opensuse.org/showthread.php/536143-Using-Code-Tags-Around-Your-Paste

Hi and welcome to the Forum :slight_smile:
You tried to install the Tumbleweed version not the Leap 15.4 version hence your issue.

You need this one; x2goclient-4.1.2.2-lp154.2.1.x86_64.rpm [NOTE the lp154 in the version string]

https://download.opensuse.org/repositories/X11:/RemoteDesktop:/x2go/15.4/

Post

zypper lr -d

Ah geez… yep that was it. I picked-up the wrong X11:RemoteDesktop repo.

Thanks for the help and the welcome (I’ve been a lurker for ~22 years)!