geary command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
geary: command not found
or when using sudo you get the following error message
sudo: geary: command not found
Solutions to geary: command not found
How To Fix geary: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu geary is provided by geary package.
geary is:
Geary is an email reader for GNOME designed to let you read your email quickly and effortlessly. Its interface is based on conversations, so you can easily read an entire discussion without having to click from message to message.
To fix this problem, we can install more using the command below.
sudo apt-get -y install geary
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install geary.
sudo apt -y install geary
Or if you have aptitude installed you can use the following command.
sudo aptitude install geary
Summary
In this tutorial we learn how to fix geary command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.