poezio command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
poezio: command not found
or when using sudo you get the following error message
sudo: poezio: command not found
Solutions to poezio: command not found
How To Fix poezio: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu poezio is provided by poezio package.
poezio is:
Poezio is a free console XMPP client (the protocol on which the Jabber IM network is built).
Its goal is to let you connect very easily (no account creation needed) to the network and join various chatrooms, immediately. It tries to look like the most famous IRC clients (weechat, irssi, etc). Many commands are identical and you won’t be lost if you already know these clients. Configuration can be made in a configuration file or directly from the client.
To fix this problem, we can install more using the command below.
sudo apt-get -y install poezio
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install poezio.
sudo apt -y install poezio
Or if you have aptitude installed you can use the following command.
sudo aptitude install poezio
Summary
In this tutorial we learn how to fix poezio command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.