You are not logged in.
Pages: 1
I install recently Xubuntu 15.04 to test it.
When I want to look at man pages there is an error message:
---------------------
'man ls'
man: can't execute most: No such file or directory
man: command exited with status 255: (cd /home/raivo && LESS=-ix8RmPm Manual page ls(1) ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\%.. (press h for help or q to quit)$PM Manual page ls(1) ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\%.. (press h for help or q to quit)$ MAN_PN=ls(1) most)
---------------------
but giving 'sudo man ls' works OK.
Why do I have to sudo to get man pages ?
Offline
Neither one works here.
To see them I use as regular user
apropos man
To get a list
apropos man > manfiles.txt
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
Does the following work:
export MANPAGER=less
man ls
If so, find where you've set "MANPAGER=most" and remove it. Or install the "most" package if you want to use it as the pager.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks ToZ - now it works OK
Last edited by zkab (2015-06-01 08:38:03)
Offline
Pages: 1
[ Generated in 0.011 seconds, 8 queries executed - Memory usage: 530.49 KiB (Peak: 531.34 KiB) ]