chatty command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
chatty: command not found
or when using sudo you get the following error message
sudo: chatty: command not found
Solutions to chatty: command not found
How To Fix chatty: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu chatty is provided by chatty package.
chatty is:
Chatty is a GTK based chat application supporting SMS and XMPP.
It works on desktops but also adjusts to small screen sizes like smart phones and other mobile devices.
To fix this problem, we can install more using the command below.
sudo apt-get -y install chatty
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install chatty.
sudo apt -y install chatty
Or if you have aptitude installed you can use the following command.
sudo aptitude install chatty
Summary
In this tutorial we learn how to fix chatty command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.