It's my first post on the forum !
I have a big issue for installing X2Go Server on a Odroid-U3 running Ubuntu MATE 16.04.7 and I'm searching for a workaround.

To install X2Go Server, I have running the following commands:
Code: Select all
sudo add-apt-repository ppa:x2go/stable
sudo apt-get update
sudo apt install x2goserver
Code: Select all
odroid@odroid:~$ sudo apt-get install x2goserver
[sudo] password for odroid:
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-x2gokdrive (< 4.1.0.4-0~1975~ubuntu16.04.1.1~) but it is not going to be installed
Depends: x2goserver-x2gokdrive (>= 4.1.0.4-0~1975~ubuntu16.04.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
odroid@odroid:~$ sudo apt-get install x2goserver-x2gokdrive
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-x2gokdrive : Depends: xserver-x2gokdrive but it is not installable
E: Unable to correct problems, you have held broken packages.
odroid@odroid:~$ sudo apt-get install xserver-x2gokdrive
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package xserver-x2gokdrive is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'xserver-x2gokdrive' has no installation candidate
odroid@odroid:~$

Regards