Resolve "x2golistsessions: command not found" Ubuntu 14.04.5

I was confused by the fact that some, but not all, of x2go is in the Ubuntu repos. To get everything necessary, you need to add a PPA:

sudo apt-add-repository ppa:x2go/stable
sudo apt-get update
sudo apt-get install x2goserver x2goserver-xsession
sudo apt-get install x2gomatebindings # if you use MATE/mubuntu
sudo apt-get install x2golxdebindings # if you use LXDE/lubuntu

For the client side:

sudo apt-add-repository ppa:x2go/stable
sudo apt-get update
sudo apt-get install x2goclient

Hope this helps!

  • Hugh