asmail command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
asmail: command not found
or when using sudo you get the following error message
sudo: asmail: command not found
Solutions to asmail: command not found
How To Fix asmail: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu asmail is provided by asmail package.
asmail is:
asmail is a small mail monitor similar to xbiff. It follows the AfterStep window manager’s look and feel and is ideally suited to be run within AfterStep’s Wharf module.
To fix this problem, we can install more using the command below.
sudo apt-get -y install asmail
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install asmail.
sudo apt -y install asmail
Or if you have aptitude installed you can use the following command.
sudo aptitude install asmail
Summary
In this tutorial we learn how to fix asmail command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.