diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-03 11:02:14 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-03 11:02:14 +0200 |
commit | 374453b5cf26dca7d78b3415916b1843acc9405c (patch) | |
tree | f59c766db5eb7544c198f465b6262dda16c386b4 /man/1 | |
parent | 80c04c05c25fbe9b91c5dd0adaf6d1bbc1643bf8 (diff) |
man/1/pkg: Added check, updated remove
Diffstat (limited to 'man/1')
-rw-r--r-- | man/1/pkg | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -31,10 +31,14 @@ Change the default source on all packages to I<source> Example: `changeroot ssh://kraftwerk/var/packages_root` will change the source of core to 'ssh://kraftwerk/var/packages_root/core' +=item B<check> [ I<pacjage> ] + +Check dependencies, conflicts and symlinks of I<package>. +If no argument is given, checks all installed packages + =item B<delete>|B<remove> I<package> Remove I<package> from the local packages tree -Note: This does not yet remove the symlinks =item B<info> I<package> |