uhub command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
uhub: command not found
or when using sudo you get the following error message
sudo: uhub: command not found
Solutions to uhub: command not found
How To Fix uhub: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu uhub is provided by uhub package.
uhub is:
uhub is a high performance peer-to-peer hub for the ADC network. Its low memory footprint allows it to handle several thousand users on high-end servers, or a small private hub on embedded hardware.
uhub uses the Advanced Direct Connect protocol, and is compatible with DC++, LinuxDC++, EiskaltDC++ and other ADC clients.
Key features:
- High performance and low memory usage
- IPv4 and IPv6 support
- Experimental SSL support
- Advanced access control support
- Easy configuration
To fix this problem, we can install more using the command below.
sudo apt-get -y install uhub
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install uhub.
sudo apt -y install uhub
Or if you have aptitude installed you can use the following command.
sudo aptitude install uhub
Summary
In this tutorial we learn how to fix uhub command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.