Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jul 2009 10:44:21 -0700
From:      Charlie Kester <corky1951@comcast.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Missing man pages: gnupg
Message-ID:  <20090712174421.GB99781@comcast.net>
In-Reply-To: <b6c05a470907120823x4e2800cev6b18840e1baf88b3@mail.gmail.com>
References:  <b6c05a470907120712i7397f918wc6f75cb05cd8a1f9@mail.gmail.com> <4A59F052.3050902@poildetroll.net> <b6c05a470907120823x4e2800cev6b18840e1baf88b3@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun 12 Jul 2009 at 08:23:59 PDT Daniel Underwood wrote:
>> gnupg's binary is gpg2, and man gpg2 exists. :)
>
>I see. Thanks, that works.

For a list of all the files installed by a package, including manpages,
use

    pkg_list -L <packagename>

If you're not sure which version of the package you have installed, you
can use a shell glob pattern in the packagename.  E.g., 

    pkg_list -L "gnupg*"

(The quotes are needed to prevent the shell from expanding the pattern
rather than passing it to pkg_list.)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090712174421.GB99781>