Apropos: Difference between revisions
Appearance
imported>Hhm Created page with "As of NixOS 18.09, <code>apropos</code> (and likely also <code>whatis</code>) does not find anything when run. This is because the Apropos database is not generated automatica..." |
(No difference)
|
Revision as of 00:44, 6 February 2019
As of NixOS 18.09, apropos (and likely also whatis) does not find anything when run. This is because the Apropos database is not generated automatically.
To generate it manually (and again to update it when new software is installed), run:
su -l root -c mandb
For more information, see: