Hi Stefan,
yes, you can trust me, that I always have a "clear" apt
installation with
apt update
apt dist-upgrade
apt autoremove --purge
apt autoclean
apt clean
then trying to install. But this dependency is just missing.
Reverted to 4.1.0.3 for now.
Put:
Package: x2go*
libx2go*
Pin: version 4.1.0.3*
Pin-Priority: 1001
into a file, for example,
/etc/apt/preferences.d/pin-x2go
then do the updates and installs.
Awaiting the fix in the repo ;-)
Cheers,
Matt
Am 01.06.23 um 15:35 schrieb Stefan
Baur:
Am
01.06.23 um 15:22 schrieb Buddy Butterfly:
upgrade to version 4.1.0.4 broke x2go
installations on Ubuntu trusty and focal
The upgrade deployment is still in progress (see Mihai's earlier
post on the list), so yes, there currently are missing packages,
as they are still being built/still need to be built.
and removes x2goserver when using PPA:
That, however, should not happen, at least not when running apt
update and apt upgrade on the command line.
Things that might be helpful in debugging the issue:
The output of
grep -r x2go /etc/apt/sources.list*
(as this will show all x2go-related repositories you are using)
as well as
cat /var/log/apt/history.log
and, if your log rotation has already moved 2023-05-31's entries
into the gzipped archive logs,
zcat $(ls -1 -r /var/log/apt/history.log.?.gz)
on an affected machine.
The "Commandline" entries should show exactly which apt commands
you ran.
Kind Regards,
Stefan Baur