My man
command seems to have disappeared.
Typing man <something>
returns
The program 'man' is currently not installed. You can install it by typing:
sudo apt-get install man-db
however man-db
is already installed and reinstalling it does nothing. Typing which man
doesn't find anything.
xman works, so the actual man pages are there: it seems the front-end driver has gone missing. How can I download the front-end driver or recreate a copy of it (I seem to recall it's a small shell script).
Running Ubuntu 14.04.5 LTS on a Dell laptop with x86 processor
/usr/bin/man
doesn't exist - that's essentially the problem.
I did try uninstalling man-db
(as root) in order to reinstall it, but it won't let me. It gets a permission failure. I thought root could do anything, but apparently not....
ls -l /usr/bin/man
. It should have 755 permissions, owned by root. – mikewhatever Oct 01 '17 at 08:54