Created
September 1, 2012 19:28
-
-
Save dnaeon/3584427 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Plugins installed | |
% pkg plugins | |
NAME DESC VERSION LOADED | |
stats Plugin for displaying package stats 1.0 YES | |
template Template plugin for pkgng 1.0 NO | |
zfssnap ZFS snapshot plugin for pkgng 1.0 YES | |
mystats Plugin command for displaying stats 1.0 YES | |
## Usage information with available commands | |
% pkg nocmd | |
usage: pkg [-v] [-d] [-j <jail name or id>|-c <chroot path>] <command> [<args>] | |
... | |
... | |
Commands supported: | |
add Registers a package and installs it on the system | |
audit Reports vulnerable packages | |
... | |
... | |
version Displays the versions of installed packages | |
which Displays which package installed a specific file | |
Commands provided by plugins: | |
mystats Plugin command for displaying stats | |
For more information on the different commands see 'pkg help <command>'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment