qtox command not found
In this troubleshooting guide we learn how to fix qtox command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
qtox: command not found
or when using sudo you get the following error message
sudo: qtox: command not found
Solutions to qtox: command not found
How To Fix qtox: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu qtox is provided by qtox package.
qtox is:
qTox is a powerful Tox client that follows the Tox design guidelines while running on all major platforms.
Features:
- One to one chat with friends
- Group chats
- File transfers, with previewing of images
- Audio calls, including group calls
- Video calls
- Tox DNS and Tox URI support
- Translations in various languages
- Avatars
- Faux offline messages
- History
- Screenshots
- Emoticons
- Auto-updates on Windows and Mac, packages on Linux
- And many more options!
To fix this problem, we can install more using the command below.
sudo apt-get -y install qtox
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install qtox.
sudo apt -y install qtox
Or if you have aptitude installed you can use the following command.
sudo aptitude install qtox
Summary
In this tutorial we learn how to fix qtox command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.