muttprint command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
muttprint: command not found
or when using sudo you get the following error message
sudo: muttprint: command not found
Solutions to muttprint: command not found
How To Fix muttprint: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu muttprint is provided by muttprint package.
muttprint is:
Muttprint formats the printing of Mutt and other mail clients to be as pretty as the printing of Mozilla or Kmail.
It can print a little penguin – or the Debian logo – on the first page (suitable pictures can be found in the ospics package) and a headline on every page. Furthermore, it only prints the most important headers, but not the whole plethora of them. Finally, it can even print two pages on one page in landscape format.
To fix this problem, we can install more using the command below.
sudo apt-get -y install muttprint
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install muttprint.
sudo apt -y install muttprint
Or if you have aptitude installed you can use the following command.
sudo aptitude install muttprint
Summary
In this tutorial we learn how to fix muttprint command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.