I just installed apt-doc package. My question is how do I read the User Guide in this package ? In general how do I use the items from a package once I install it ?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

You can also list the files of the package with dpkg -L packagename, and see what's in the /usr/share/doc/ directory.

link|improve this answer
feedback

I'd open /usr/share/doc/apt-doc/guide.html in a web-browser.

In general you read the documentation for the package you are installing, if necessary you get the list of files that are in the package (e.g. apt-file list packagename) and decide how to proceed from there.

I believe the most common use of apt must be to install software packages. I'd then mostly expect to use man to read about what I have installed.

link|improve this answer
apt-file is very useful ! Thanks. – abc Jun 16 '11 at 15:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.