bhm command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
bhm: command not found
or when using sudo you get the following error message
sudo: bhm: command not found
Solutions to bhm: command not found
How To Fix bhm: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu bhm is provided by postal package.
postal is:
This program starts a specified number of processes to send as much random data to random accounts as possible.
Adds the X-Postal header to email it sends, so if someone uses it unethically then it will be easy to filter via procmail.
To fix this problem, we can install more using the command below.
sudo apt-get -y install postal
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install postal.
sudo apt -y install postal
Or if you have aptitude installed you can use the following command.
sudo aptitude install postal
Summary
In this tutorial we learn how to fix bhm command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.