convert-mans
on-line manual pager
Install
- All systems
-
curl cmd.cat/convert-mans.sh
- Debian
-
apt-get install man-db
- Ubuntu
-
apt-get install man-db
- Arch Linux
-
pacman -S man-db
- Kali Linux
-
apt-get install man-db
- CentOS
-
yum install man-db
- Fedora
-
dnf install man-db
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install man-db
- Raspbian
-
apt-get install man-db
- Dockerfile
- dockerfile.run/convert-mans
man-db
on-line manual pager
This package provides the man command, the primary way of examining the on-line help files (manual pages). Other utilities provided include the whatis and apropos commands for searching the manual page database, the manpath utility for determining the manual page search path, and the maintenance utilities mandb, catman and zsoelim. man-db uses the groff suite of programs to format and display the manual pages.