diff options
Diffstat (limited to 'man/1/pkg')
-rw-r--r-- | man/1/pkg | 21 |
1 files changed, 15 insertions, 6 deletions
@@ -32,16 +32,25 @@ Evauluate I<expression>. See the 'Examples' section and pkg(7) Show information on I<package>, like dependencies, version, etc -=item B<list> +=item B<list> [I<filter>] -List all installed packages +List packages depending on I<filter>: -=item B<list-all> +=over + +=item * B<all> + +show all packages + +=item * B<local> -List all available (both installed and not installed packages +show currently installed packages (default) -Hint: C<diff <(pkg list) <(pkg list-all)> will show all packages -that are currently not installed +=item * B<not-installed> + +show remote packages which are not installed + +=back =item B<local-update> |