manpath
Determine the search path for manual pages. More information: <https://manned.org/manpath>.
Install
- All systems
-
curl cmd.cat/manpath.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 updatesudo apt-get install man-db - Raspbian
-
apt-get install man-db
Determine the search path for manual pages. More information: <https://manned.org/manpath>.
-
Display the search path used to find man pages:
manpath -
Show the entire global manpath:
manpath --global
© tl;dr; authors and contributors