Am 01.06.23 um 15:06 schrieb Enrico Baravoglia | Fucine.IT:

########################################################
root@noc /home/desktop/Desktop # grep -r x2go /etc/apt/sources.list*
/etc/apt/sources.list.d/x2go-ubuntu-stable-focal.list:deb http://ppa.launchpad.net/x2go/stable/ubuntu focal main /etc/apt/sources.list.d/x2go-ubuntu-stable-focal.list:# deb-src http://ppa.launchpad.net/x2go/stable/ubuntu focal main
########################################################

So we're actually using X2Go stock from the Ubuntu repositories.

No, you're not. These lines show that you are/were using the X2Go stable PPA from launchpad, rather than stock Ubuntu X2Go.

X2Go is included in stock Ubuntu since 18.04, I think.

However, the PPAs provide newer package versions than what is available via the standard Ubuntu Repo. There are PPAs for x2go-stable, x2go-saima, and also the nightly builds. (Word of warning here: Once you switch to nightly builds, the way back to stable will be very painful. So don't try that on any production machine.)

And that's what got me thinking.
One thing that should be easy to try and should not cause any further harm is to remove *all* X2Go PPAs from your system.

So not only do

sudo apt-add-repository -r ppa:x2go/stable

but also

sudo apt-add-repository -r ppa:x2go/saimaa

and then run "sudo apt update" again.

Do not blindly install what's offered after that, please.

Use "sudo apt upgrade -s" to see what would be installed/updated/changed, and post the output here.

Kind Regards,
Stefan Baur

--
BAUR-ITCS UG (haftungsbeschränkt)
Geschäftsführer: Stefan Baur
Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
_______________________________________________
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

Reply via email to