doclifter command not found

In this troubleshooting guide we learn how to fix doclifter command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

doclifter: command not found

or when using sudo you get the following error message

sudo: doclifter: command not found

Solutions to doclifter: command not found

How To Fix doclifter: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu doclifter 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 doclifter command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.