During an offiline C programming exam, we only have access to a tarball of the latest man pages (https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/).
The man pages installed on the system itself are outdated.
Is there a way to replace the systems current man pages with the given tar ball or make them more accessible, such that I can search through them and use less
to read them?