utox command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
utox: command not found
or when using sudo you get the following error message
sudo: utox: command not found
Solutions to utox: command not found
How To Fix utox: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu utox is provided by utox package.
utox is:
µTox is the lightweight client with minimal dependencies; it not only looks pretty, it runs fast! µTox is available for Windows, OS X, and Linux (Android support is experimental), with full support for chat, file transfers, audio/video calling, and desktop sharing (both as video and inline screenshots). It also supports text group chats with audio groups pending the next Toxcore update.
To fix this problem, we can install more using the command below.
sudo apt-get -y install utox
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install utox.
sudo apt -y install utox
Or if you have aptitude installed you can use the following command.
sudo aptitude install utox
Summary
In this tutorial we learn how to fix utox command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.