Installing man pages

Discussion in 'Linux' started by libssd, Jan 27, 2009.

  1. libssd

    libssd

    Joined:
    Jan 17, 2009
    Messages:
    244
    Likes Received:
    0
    Location:
    Atlanta, GA
    Part 2 of the Netbook Newbie's Guide to Linux explains that man pages are not installed by default on AAO's Linpus. Following his examples, through terminal, I did the following:

    sudo yum install man-pages-uk

    Followed by: sudo yum install man

    Followed by: makewhatis

    At this point, man man returns information, but everything else just returns "no entry for ..." whatever command I type.

    What am I missing about installing man pages?
     
    libssd, Jan 27, 2009
    #1
  2. libssd

    libssd

    Joined:
    Jan 17, 2009
    Messages:
    244
    Likes Received:
    0
    Location:
    Atlanta, GA
    I mistyped the last command, which should have been: sudo makewhatis
     
    libssd, Jan 27, 2009
    #2
  3. libssd

    libssd

    Joined:
    Jan 17, 2009
    Messages:
    244
    Likes Received:
    0
    Location:
    Atlanta, GA
    Not sure what's going on here, but while man [command] doesn't work after installing/indexing man pages, [command] --help | less seems to work just fine; e.g., ls --help | less

    Alternatively, appropos [command] | less

    Whatever floats your boat. I'm still curious why plain old man doesn't work, but at least I can access command reference information now.
     
    libssd, Jan 28, 2009
    #3
  4. libssd

    libssd

    Joined:
    Jan 17, 2009
    Messages:
    244
    Likes Received:
    0
    Location:
    Atlanta, GA
    I solved my problem:

    Code:
    sudo yum install man-pages
    Works like a charm.
     
    libssd, Jan 30, 2009
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.