What's the story/history of pkg-remove(8) ?
It is not documented in the man pages, other than
-
Using
It is not a pkg alias:
It is explicitly mentioned as a command:
It is not documented in the man pages, other than
-
man pkg-remove seems to be 'redirected' to pkg-delete(8) pkg remove seems to function like pkg delete but as such it is not mentioned at all in the man page pkg-delete(8)Using
pkg remove wrongly suggests there is only pkg delete
Code:
[1-0] # pkg remove -BLA
pkg: illegal option -- B
Usage: pkg delete [-DfnqRy] [-Cgix] <pkg-name> ...
pkg delete [-Dnqy] -a
For more information see 'pkg help delete'.
[2->1<] #
It is not a pkg alias:
Code:
[1-0] # pkg alias | grep remove
[2->1<] #
It is explicitly mentioned as a command:
Code:
# pkg help | egrep '(delete|remove)'
annotate Add, modify or delete tag-value style annotations on packages
autoremove Removes orphan packages
delete Deletes packages from the database and the system
remove Deletes packages from the database and the system