How To Install pyhoca-cli on Fedora 36
Introduction
In this tutorial we learn how to install pyhoca-cli
on Fedora 36.
What is pyhoca-cli
X2Go is a server based computing environment with - session resuming - low bandwidth support - LDAP support - client side mass storage mounting support - client side printing support - audio support - authentication by smartcard and USB stick PyHoca-CLI provides a simple and flexible command line client written in Python that allows you to control X2Go client sessions on desktops and thin clients.
We can use yum
or dnf
to install pyhoca-cli
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pyhoca-cli.
Install pyhoca-cli on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install pyhoca-cli
using dnf
by running the following command:
sudo dnf -y install pyhoca-cli
Install pyhoca-cli on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install pyhoca-cli
using yum
by running the following command:
sudo yum -y install pyhoca-cli
How To Uninstall pyhoca-cli on Fedora 36
To uninstall only the pyhoca-cli
package we can use the following command:
sudo dnf remove pyhoca-cli
pyhoca-cli Package Contents on Fedora 36
/usr/bin/pyhoca-cli
/usr/lib/python3.10/site-packages/PyHoca_CLI-0.6.1.2-py3.10-nspkg.pth
/usr/lib/python3.10/site-packages/PyHoca_CLI-0.6.1.2-py3.10.egg-info
/usr/lib/python3.10/site-packages/PyHoca_CLI-0.6.1.2-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/PyHoca_CLI-0.6.1.2-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/PyHoca_CLI-0.6.1.2-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/PyHoca_CLI-0.6.1.2-py3.10.egg-info/namespace_packages.txt
/usr/lib/python3.10/site-packages/PyHoca_CLI-0.6.1.2-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/PyHoca_CLI-0.6.1.2-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pyhoca
/usr/lib/python3.10/site-packages/pyhoca/cli
/usr/lib/python3.10/site-packages/pyhoca/cli/__init__.py
/usr/lib/python3.10/site-packages/pyhoca/cli/__pycache__
/usr/lib/python3.10/site-packages/pyhoca/cli/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyhoca/cli/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyhoca/cli/__pycache__/frontend.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyhoca/cli/__pycache__/frontend.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyhoca/cli/frontend.py
/usr/share/doc/pyhoca-cli
/usr/share/doc/pyhoca-cli/README
/usr/share/doc/pyhoca-cli/TODO
/usr/share/licenses/pyhoca-cli
/usr/share/licenses/pyhoca-cli/COPYING
/usr/share/man/man1/pyhoca-cli.1.gz
References
Summary
In this tutorial we learn how to install pyhoca-cli
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).