I sometimes find that man7.org has available man pages not found on locally on my Linux distribution.
An example is veth(4) that provides information on veth network devices.
A quick inspection using apropos returns no results, although the ip (iproute2) is installed:
parallels@debian-gnu-linux-vm:~$ apropos veth veth: nothing appropriate. How can I obtain these very useful man pages on network devices (e.g. veth(4))?
More generally, how can I obtain the complete man7.org database?
parallels@debian-gnu-linux-vm:~$ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 9 (stretch)" NAME="Debian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" VERSION_CODENAME=stretch ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"
manpagespackage on Debian. Don't you have that installed? packages.debian.org/… EDIT: Doesn't seem to be avaiable in Debian stretch... Do you have that network device on your system? It does not make sense to download manuals for utilities or components (or versions thereof) that you don't actually have on the system.iproute2(4.9.0-1+deb9u1) comes with Debian 9 and it's able create veth device pairs; however, the documentation for veth devices are not present on the system, but I found it online.