gitso command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gitso: command not found
or when using sudo you get the following error message
sudo: gitso: command not found
Solutions to gitso: command not found
How To Fix gitso: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gitso is provided by gitso package.
gitso is:
Gitso is a cross-platform (Linux, OS X and Windows) graphical program to easily connect one person to another person’s screen, keyboard and mouse. This makes it straight-forward to get help or give technical support.
In a simple two-step process, the person giving support first sets up port forwarding and firewalling on his end, if necessary, and starts Gitso to listen for incoming connections on port 5500. Then, the person looking for help uses Gitso to connect to the supporter’s address (IP or domain name), making their screen remotely visible and allowing the supporter to use their keyboard and mouse.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gitso
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gitso.
sudo apt -y install gitso
Or if you have aptitude installed you can use the following command.
sudo aptitude install gitso
Summary
In this tutorial we learn how to fix gitso command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.