[Lubuntu] HTML documentation files directory for rsyslog?
Jonathan Marsden
jmarsden at fastmail.fm
Sat Dec 1 19:32:47 UTC 2012
On 12/01/2012 11:03 AM, John Hupp wrote:
> The only problem is that I can't seem to find the ./doc subdirectory
> which it says I *need* to look at. Does anyone know where it is? I
> have also now installed rsyslog-doc in case that helps.
For future reference, as a general principle, using
dpkg -L packagename
shows you what files a given package installed. In this case
dpkg -L rsyslog-doc
would have shown you where the files were installed to.
Also, /usr/share/doc/packagename is a well known location for
package-installed documentation and so is a good place to check when
seeking information about any installed package.
Lastly, if you forget both of those, the old-fashioned way to look for
files on your machine is to use locate, and
locate rsyslog
would have output the location of the documentation concerned, assuming
its database was up to date (it usually gets updated nightly).
Jonathan
More information about the Lubuntu-users
mailing list