
Am 03.09.20 um 18:11 schrieb ken:
$ man ls If 'man' is not a typo you can use command-not-found to lookup the package that contains it, like this: cnf man $ whereis man man: /usr/bin/man /usr/local/man /usr/share/man /usr/share/man/man1/man.1.gz /usr/share/man/man1p/man.1p.gz /usr/share/man/man7mp/man.7mp.gz $ ll /usr/bin/man lrwxrwxrwx 1 root root 21 Aug 27 08:48 /usr/bin/man -> /etc/alternatives/man $ ll /etc/alternatives/man lrwxrwxrwx 1 root root 23 Aug 6 01:29 /etc/alternatives/man -> /usr/lib/man-db/wrapper $ ll /usr/lib/man-db/wrapper ls: cannot access '/usr/lib/man-db/wrapper': No such file or directory
The actual (preformatted) manpages are under /usr/share/man, but it needs an executable and proper links to display them. Seems to be some code missing.
What's going on? What's the fix?
tnx
its a bug in tumbleweed: TW 0825: %{_libexecdir} == /usr/libexec work around, use full path of "man" (and some of other commands) simoN -- www.becherer.de -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org