toxic command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
toxic: command not found
or when using sudo you get the following error message
sudo: toxic: command not found
Solutions to toxic: command not found
How To Fix toxic: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu toxic is provided by toxic package.
toxic is:
This is a Tox-based instant messenging client which formerly resided in the Tox core repository, and is now available as a standalone application.
Tox is a secure and distributed Skype replacement.
At its heart it’s a client dealing with its core library communicating on its own protocol. All communications are encrypted using the peer audited NaCl cypto library and this encryption can not be turned off.
Tox is powered by a distributed network which uses P2P connections for chats between people, unlike other Skype replacements no federated servers, centralized servers, or supernodes are used.
To fix this problem, we can install more using the command below.
sudo apt-get -y install toxic
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install toxic.
sudo apt -y install toxic
Or if you have aptitude installed you can use the following command.
sudo aptitude install toxic
Summary
In this tutorial we learn how to fix toxic command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.