
$ 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 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org