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).
On 08.10.19 17:46, Fly wrote:
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?
Could you post your /etc/apt/sources.list.d/x2go.list?
Best regards Ulf
Here it is:
$ more x2go.list # X2Go Repository (release builds) deb http://packages.x2go.org/debian buster extras main # X2Go Repository (sources of release builds) deb-src http://packages.x2go.org/debian buster extras main
# X2Go Repository (Saimaa ESR builds) #deb http://packages.x2go.org/debian buster extras saimaa # X2Go Repository (sources of Saimaa ESR builds) #deb-src http://packages.x2go.org/debian buster extras saimaa
# X2Go Repository (nightly builds) #deb http://packages.x2go.org/debian buster extras heuler # X2Go Repository (sources of nightly builds) #deb-src http://packages.x2go.org/debian buster extras heuler
On Fri, Oct 11, 2019 at 2:22 PM Ulf Volmer <u.volmer@u-v.de> wrote:
On 08.10.19 17:46, Fly wrote:
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?
Could you post your /etc/apt/sources.list.d/x2go.list?
Best regards Ulf
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
On 13.10.19 04:22, Fly wrote:
On Fri, Oct 11, 2019 at 2:22 PM Ulf Volmer <u.volmer@u-v.de> wrote:
On 08.10.19 17:46, Fly wrote:
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?
Could you post your /etc/apt/sources.list.d/x2go.list?
# X2Go Repository (release builds) deb http://packages.x2go.org/debian buster extras main # X2Go Repository (sources of release builds) deb-src http://packages.x2go.org/debian buster extras main
MX Linux is based on Debian oldstable (stretch) with some modifications.
So replace buster with stretch in this file, run 'apt-get update' and try again.
Best regards Ulf
That did the trick! Thanks!
From: x2go-user <x2go-user-bounces@lists.x2go.org> on behalf of Ulf Volmer <u.volmer@u-v.de> Sent: Saturday, October 12, 2019 10:01 PM To: Fly <fly@lockzero.com> Cc: x2go-user@lists.x2go.org <x2go-user@lists.x2go.org> Subject: Re: [X2Go-User] Can't install in MX Linux 18.3
On 13.10.19 04:22, Fly wrote:
On Fri, Oct 11, 2019 at 2:22 PM Ulf Volmer <u.volmer@u-v.de> wrote:
On 08.10.19 17:46, Fly wrote:
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?
Could you post your /etc/apt/sources.list.d/x2go.list?
# X2Go Repository (release builds) deb http://packages.x2go.org/debian buster extras main # X2Go Repository (sources of release builds) deb-src http://packages.x2go.org/debian buster extras main
MX Linux is based on Debian oldstable (stretch) with some modifications.
So replace buster with stretch in this file, run 'apt-get update' and try again.
Best regards Ulf
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user