Hi, would love some help:
I am using the most recent version of Ubuntu. I am trying to use the 'man' command, however no matter what I type the response is:
daria@daria-MacBookPro:/usr/bin$ man ls
No manual entry for ls
See 'man 7 undocumented' for help when manual pages are not available.
daria@daria-MacBookPro:/usr/bin$ man 7 undocumented
No manual entry for undocumented in section 7
daria@daria-MacBookPro:/usr/bin$
No idea what to do about this. Some things I have tried from other threads, that I don't entirely know how to interpret:
daria@daria-MacBookPro:/usr/bin$ which man
/usr/bin/man
daria@daria-MacBookPro:/usr/bin$ mandb
mandb: warning: $MANPATH set, ignoring /etc/manpath.config
0 man subdirectories contained newer manual pages.
0 manual pages were added.
0 stray cats were added.
0 old database entries were purged.
daria@daria-MacBookPro:/usr/bin$ $echo $MANPATH
bash: /usr/local/man:/usr/local/mysql/man:/usr/local/git/man:/usr/local/man: No such file or directory
is this because man is in /usr/bin/man but the path is /usr/local/man? if so, how do I fix this?
Thank you
