pkg_info
Matthew Seaman
matthew at FreeBSD.org
Thu Jun 8 02:23:28 UTC 2017
On 07/06/2017 20:02, Friedrich Locke wrote:
> Coming from openbsd tradition, how may i install pkg_info on a fresh
> FreeBSD instalation ?
The FreeBSD equivalent is pkg(8) -- run:
pkg bootstrap
which will use the shim in /usr/sbin/pkg to pull down the real pkg(8)
package and install it.
Then you can run eg:
pkg info
to list your installed packages. See the pkg-info(8) man page for more
details. pkg(8) also has 'install', 'update', 'delete' and a bunch of
other verbs for doing various package management operations.
Cheers,
Matthew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 931 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20170607/aa21cc5f/attachment.sig>
More information about the freebsd-questions
mailing list