====== Installing PyHoca-GUI ====== ==== Debian GNU/Linux ==== PyHoca-GUI and PyHoca-CLI can be installed from the X2Go package repository. [[wiki:repositories:debian|Add the X2Go repository for Debian to your APT system]] before you continue. Older versions of PyHoca-GUI and PyHoca-CLI are also available in the Debian distribution (Debian Jessie and above) itself. ==== Raspbian GNU/Linux ==== PyHoca-GUI and PyHoca-CLI can be installed from the X2Go package repository. [[wiki:repositories:raspbian|Add the X2Go repository for Raspbian to your APT system]] before you continue. Older versions of PyHoca-GUI and PyHoca-CLI are also available in the Raspbian distribution (Raspbian Jessie and above) itself. ==== Ubuntu GNU/Linux ==== PyHoca-GUI and PyHoca-CLI can be installed from X2Go PPA on Launchpad. [[wiki:repositories:ubuntu|Add the X2Go/stable PPA to your APT system]] before you continue. Older versions of PyHoca-GUI and PyHoca-CLI are also available in the Ubuntu distribution (Ubuntu 12.04 and above) itself. ==== Installing with APT ==== After adding either of the above package sources to your Debian/Ubuntu system you will need to update your system with the new repository information by starting a terminal and execute the following commands (on Debian make sure you have sudo installed and configured): sudo aptitude update sudo aptitude install pyhoca-gui ==== Fedora GNU/Linux ==== PyHoca-GUI and PyHoca-CLI can be installed from the X2Go package repository. [[wiki:repositories:fedora|Add the X2Go repository for Fedora to your YUM system]] before you continue. Older versions of PyHoca-GUI and PyHoca-CLI are also available in the Fedora distribution (Fedora 18 and above) itself. ==== Redhat Enterprise Linux (and alike) ==== PyHoca-GUI and PyHoca-CLI can be installed from the X2Go package repository. [[wiki:repositories:epel|Add the X2Go repository for EPEL to your YUM system]] before you continue. Older versions of PyHoca-GUI and PyHoca-CLI are also available from the EPEL package archive (EPEL-6 and above) itself. ==== Installing with YUM ==== After adding either of the above package sources to your Debian/Ubuntu system you will need to update your system with the new repository information by starting a terminal and execute the following commands (on Debian make sure you have sudo installed and configured): sudo yum install pyhoca-gui ==== Other GNU/Linux (from source tarball) ==== Other GNU/Linux distributions can install PyHoca-GUI from source tarballs. The PyHoca-GUI tarball releases can be downloaded from http://code.x2go.org/releases/source/pyhoca-gui, please choose the newest version available there and also consult the README.recommended file if available at the same location. Before installation make sure your system fulfills the (Python module) dependencies for PyHoca-GUI, amongst others: python-x2go, python-paramiko, python-gevent, python-greenlet, python-setproctitle, python-argparse, wxPython (2.8/2.9). If you have seen to installing required dependencies, extract the source tarball and run the Python installation script: tar -vzxf pyhoca-gui_.tar.gz cd pyhoca-gui_ python setup.py install ==== MS Windows ==== [[http://code.x2go.org/releases/binary-win32/pyhoca-gui/releases/0.5.0.4-20150125/|To install latest PyHoca-GUI for MS Windows click here.]] Download the //bundled// (PyHoca-GUI + VcXsrv + Pulseaudio) setup installer to your computer and run the PyHoca-GUI setup and follow the presented installation instructions. [[ http://code.x2go.org/releases/binary-win32/pyhoca-gui/ | Older versions ]] are still available ==== MacOS ==== A PyHoca-GUI installer for MacOS is currently not available. Sorry.