How do I read various manuals, guides and howtos, which are usually in the form of deb packages with names ending in -doc and installed in /usr/share/doc directory?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
||||
|
|
|
First you need to install doc-base package, which registers all documentation that is not man pages or info files. Then you use one of the following packages - dwww, dhelp, doc-central, yelp, or khelpcenter4 - to view it. Source: Debian FAQ: What other documentation exists on and for a Debian system? |
||||
|
|
To see doc in html form (of the packages that provide it), you can install Or you can use a text-based browser like |
|||
|
|
