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 update
sudo apt-get install man-db
- Raspbian
-
apt-get install man-db
- Dockerfile
- dockerfile.run/manpath
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