|
The Linux distribution includes quite a lot of documentation, but its not always obvious where to look for it. This page gives a few hints for possible sources of information. RPM packagesA good starting point is the RPM package itself. The packages include a small amount of information which at least gives a textual description of the package, as well as some details of when it was built. To see this use the command:
Other Man pagesMany applications provide documentation of their commands or libraries in the form of man pages. Man pages are installed into three places depending on which class (target, host or cross) they fall into:
You can view the target man pages when logged
into the target using the
It is also possible to use the
You can also set the Info pagesMany of the GNU programs which as supplied with the Linux distribution use a different documentation system called info pages. These are a form of hyper-text documentation, which can be read by a number of programs. info pages are installed along side man pages, and so you need to consider the type of program you are interested in:
The easiest way to read info pages is to use the text based
displays the top level info directory. You can also select a node from the command line, simply by providing it as an additional option. Not surprisingly, the info documentation is provided as info pages, so for more information on how to use info, simply run:
Briefly, you can navigate around in the info reader using the cursor keys, and when positioned over a link press the return key to read it. Press "U" to go up a level.
It is also possible to use the host's
To avoid having to specify the full path every time, you can use the
Other programs which can be used to read info pages include
Note that in the 1.0 distribution, info pages were not always added to
the appropriate directory file when the package was installed. In this
can it may be necessary to specify the file directly using the
Documentation filesFinally, many packages come with documentation which does not fit into one of the above categories. In this case the documentation is installed into a per-package documentation directory. Again, this is located in a different place for each of the classes of packages:
The format of these files is entirely dependent on the package. However most will be text files, which can be read using a text editor.
|
||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||