LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   INFO command vs. MAN pages .... (https://www.linuxquestions.org/questions/linux-newbie-8/info-command-vs-man-pages-785846/)

pode1 01-30-2010 12:28 PM

INFO command vs. MAN pages ....
 
'Info' problem.

Hi. Man Pages use to stand: "complete manual is in an info doc format" or smthng. "If you have 'xxx' and info programs correctly installed, you should be able to see it."

Well. Iīve got properly installed dozens of programs and Info as well AND I just canīt see anything more than *manpages* of most programs.
Iīve also reinstalled info program.

Suggestions?
I understood that info files are in a docbook format. Am I right?

Thanks, in advance.

worm5252 01-30-2010 12:56 PM

Not sure, just take a look at them and see.

You can run manpath to get the locations of all your man pages.

brianL 01-30-2010 01:07 PM

Info pages are usually viewed in a terminal, just run info, see what happens.

pode1 01-31-2010 06:10 AM

Hi, thx for replying.

I thought that I was clear: I get MANPAGES instead of INFO pages.... in terminal windows, of course.

I know that thereīs much more tips and knowledge on those info pages.

...
Thanks again. Please help!

brianL 01-31-2010 06:21 AM

If you're using KDE, the info pages can be accessed by clicking on Help, and scrolling down.

pode1 05-08-2010 04:40 PM

....Iīm still getting the same... (man pages instead info pages)

I get to know that in
/usr/share/....
there is some files that INFO DOES shows their contents.

Question is: How can i re-install those files that INFO reads?

Donīt remember their extension... but i think they are zipped (i guess).

THANKS!

colucix 05-08-2010 05:09 PM

Indeed many info pages have the same content of the manual pages. It is just another format to display them by means of different applications or to print them out in a number of formats using texinfo utilities.

The info source files are located in directories specified by the INFOPATH environment variable, e.g.
Code:

$ echo $INFOPATH
/usr/local/info:/usr/share/info:/usr/info

Almost all GNU applications provide an info page, usually placed in /usr/share/info. In my opinion one of the most useful is
Code:

$ info date
which provides many more information than the manual page. Look at it and see if its content is different from "man date".


All times are GMT -5. The time now is 06:32 AM.