roffit command not found
In this troubleshooting guide we learn how to fix roffit command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
roffit: command not found
or when using sudo you get the following error message
sudo: roffit: command not found
Solutions to roffit: command not found
How To Fix roffit: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu roffit is provided by roffit package.
roffit is:
Read nroff formatted manual page from standard input and convert it to HTML. Options -mandir and –hrefdir can generate cross-manpage links. URLs are converted to links.
To fix this problem, we can install more using the command below.
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install roffit.
Or if you have aptitude installed you can use the following command.