altermime command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
altermime: command not found
or when using sudo you get the following error message
sudo: altermime: command not found
Solutions to altermime: command not found
How To Fix altermime: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu altermime is provided by altermime package.
altermime is:
alterMIME is a small program which is used to alter your mime-encoded mailpacks as typically received by Inflex, Xamime and AMaViS.
alterMIME can: * Insert disclaimers; * Insert arbitrary X-headers; * Modify existing headers; * Remove attachments based on filename or content-type; * Replace attachments based on filename.
To fix this problem, we can install more using the command below.
sudo apt-get -y install altermime
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install altermime.
sudo apt -y install altermime
Or if you have aptitude installed you can use the following command.
sudo aptitude install altermime
Summary
In this tutorial we learn how to fix altermime command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.