-
Notifications
You must be signed in to change notification settings - Fork 284
Description
Description
Does proot-distro intentionally disable the installation of man pages?
I'm using the proot-distro of OpenSUSE. It is set up to "look across" into /data/data/com.termux/files/usr/share/man
to find all the Termux man pages, which is obviously good – so far.
But when I install anything inside the proot-distro, there is no man page installed for it anywhere. /usr/share/man
and /usr/local/man
(and their subdirectories) do exist inside the proot-distro, but they're empty, even though I've installed a lot of stuff. Subdirectories in /var/cache/man
are empty, too. To check on this, I installed the man-pages
package from the primary repo for OpenSUSE, described as "A large collection of man pages (documentation) from the Linux Documentation Project (LDP)". The installation appeared to succeed, but I can't read them or see where they went. I ran mandb
and makewhatis
myself in case that was the problem, but still nothing.
It confuses me that installing a pack of man-pages "succeeds" but they're not here. It makes me wonder if installation of other packages can silently fail, too.