manlifter command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
manlifter: command not found
or when using sudo you get the following error message
sudo: manlifter: command not found
Solutions to manlifter: command not found
How To Fix manlifter: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu manlifter is provided by doclifter package.
doclifter is:
Lifting documents from presentation level to semantic level is hard, and a really good job requires human polishing. This tool aims to do everything that can be mechanized, and to preserve any troff-level information that might have structural implications in XML comments.
To fix this problem, we can install more using the command below.
sudo apt-get -y install doclifter
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install doclifter.
sudo apt -y install doclifter
Or if you have aptitude installed you can use the following command.
sudo aptitude install doclifter
Summary
In this tutorial we learn how to fix manlifter command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.