yample command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
yample: command not found
or when using sudo you get the following error message
sudo: yample: command not found
Solutions to yample: command not found
How To Fix yample: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu yample is provided by yample package.
yample is:
Yample is a processing language for email. It sorts email based on criteria you define. It can deliver email to Unix mailboxes (MBOX), Maildirs (used by Courier IMAP and others) or pipes.
To fix this problem, we can install more using the command below.
sudo apt-get -y install yample
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install yample.
sudo apt -y install yample
Or if you have aptitude installed you can use the following command.
sudo aptitude install yample
Summary
In this tutorial we learn how to fix yample command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.