Trying to get x2go server loaded on an MX Linux 18.3 VM and I get the following error that I can't seem to get past.
Any ideas? Do I need to have libc6 2.28 or higher?
$ sudo apt-get install x2goserver x2goserver-xsession
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: x2goserver : Depends: x2goserver-x2goagent (< 4.1.0.3-0x2go1+git20181129.1708+10.main.1.1~) but it is not going to be installed Depends: x2goserver-x2goagent (>= 4.1.0.3-0x2go1+git20181129.1708+10.main.1) but it is not going to be installed E: Unable to correct problems, you have held broken packages.
So then I tried installing x2goserver-x2goagent:
The following packages have unmet dependencies: x2goserver-x2goagent : Depends: nxagent (>= 2:3.5.99.17~) E: Unable to correct problems, you have held broken packages.
Then tried nxagent:
The following packages have unmet dependencies: nxagent : Depends: libc6 (>= 2.28) but 2.24-11+deb9u4 is to be installed E: Unable to correct problems, you have held broken packages.
Then tried libc6:
libc6 is already the newest version (2.24-11+deb9u4).