dino-im command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
dino-im: command not found
or when using sudo you get the following error message
sudo: dino-im: command not found
Solutions to dino-im: command not found
How To Fix dino-im: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu dino-im is provided by dino-im package.
dino-im is:
Dino is a modern XMPP/Jabber client with a nice and clean look. It does support OMEMO and OpenPGP for end-to-end encryption and encrypted audio/video calls between two or more people. If you are looking for a Conversations look-alike, this program might be for you.
To fix this problem, we can install more using the command below.
sudo apt-get -y install dino-im
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install dino-im.
sudo apt -y install dino-im
Or if you have aptitude installed you can use the following command.
sudo aptitude install dino-im
Summary
In this tutorial we learn how to fix dino-im command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.