Datasheet

P1: KTU
WY025-01 Bible Tight WY025-Negus-v2.cls June 28, 2004 22:29
12
Part I Getting Going
(man5), games (man6), miscellaneous components (man7), and administration
commands (man8).
Info pagesLike man pages, info pages are text-based descriptions of components in
Fedora. However, the
info utility, which displays info pages, is more menu-oriented
than are man pages.
Checking Documents with man and info
The man and info commands are used to display man pages and info pages, respectively. For
example, to see the man page for the
cat command, type
# man cat
To start the info utility, you can simply type the info command. From there, scroll up and
down to nd the command or other component that interests you. With the cursor on the item
you want, press Enter to display the information.
Finding Documents in Software Packages
If you would like to see what documentation is included with a particular software package,
you can use the
rpm command. For example, to see what documentation comes with the bash
shell software (bash package), you could type the following:
# rpm -qd bash |less
This command will show you any manual pages, HOWTOs, release notes, or other documents
associated with a Fedora software package.
Checking Project Sites
Nearly every project represented by software packages in Fedora has its own website, at
which you can nd further information and documentation on the project. You can usually nd
the address of a projects website by checking the
README le or the RPM description that
comes with the software package in Fedora.
For example, to nd out about the Rhythmbox multimedia player in Fedora, I paged through
the Rhythmbox
README le:
# less /usr/share/doc/rhythmbox-*/README
In that le, I saw that the ofcial website is http://web.rhythmbox.org and that there is a
mailing list at
http://lists.gnome.org/mailman/listinfo/rhythmbox-devel.Ifyou
cant nd information about the projects website from its
README le, you can try listing
information about the package to nd the site. For example, to list information about the
rdesktop package (a Windows NT terminal server client), you could type the following:
# rpm -qi rdesktop
Besides showing a description of the package, this command showed that the rdesktop
website is at
www.rdesktop.org. Links from this site point you to documents that describe
the protocols used in rdesktop, if you want to research further how the software works.
Getting on Fedora Mailing Lists
Many of the resources slated to support the Fedora Project were created to suit its charter to
be a community-supported Linux. While Fedora mailing lists have been churning away happily