loqui command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
loqui: command not found
or when using sudo you get the following error message
sudo: loqui: command not found
Solutions to loqui: command not found
How To Fix loqui: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu loqui is provided by loqui package.
loqui is:
Loqui is a IRC/chat client based on GTK+, supports multiple servers and multiple protocols, has and the common buffer (a buffer to show messages on the channels that not currently selected).
It also has a friendly multipane interface, you can easily use it.
To fix this problem, we can install more using the command below.
sudo apt-get -y install loqui
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install loqui.
sudo apt -y install loqui
Or if you have aptitude installed you can use the following command.
sudo aptitude install loqui
Summary
In this tutorial we learn how to fix loqui command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.