This is an old revision of the document!
PyHoca-CLI is a client implementation for X2go using the project's Python API (module) Python X2Go. PyHoca-CLI can be operated completely from the command line and the goal is to reflect the full functionality spectrum of Python X2Go.
PyHoca-CLI can be installed from the same repositories as the rest of X2go. Add the X2go repository to your APT system: Adding the X2go repository (Debian).
PyHoca-CLI can be installed from the same PPA on Launchpad as the rest of X2go. Add the X2go/stable PPA to your APT system: Adding the X2go repository (Ubuntu).
After adding either of the above package source to your Debian/Ubuntu system you will need to update your system with the new repository information by starting a terminal and executing the following command (on Debian make sure you have sudo installed and configured):
$ sudo aptitude update
Then you can install PyHoca-CLI:
$ sudo aptitude install pyhoca-cli
To get started with PyHoca-CLI, please take a look at this wiki page.