Debian – APT isn’t installing man pages by default

aptdebianman

I have installed a minimal Debian 9 through CD image. I configured Apt to not install recommended packages and now the system don't have any man page.

man apt-get, man mkdir, or man ping doesn't show any man page; instead, I get

bash: man: command not found

Best Answer

bash: man: command not found

means that you need to install the man-db package.

Manpages are installed by default in most cases, because Debian policy strongly encourages them to be shipped in the same package as the commands themselves:

Each program, utility, and function should have an associated manual page included in the same package.