| |
{ "info", "Displays information about installed packages", exec_info, usage_info},
|
| |
{ "install", "Installs packages from remote package repositories", exec_install, usage_install},
|
| |
{ "query", "Queries information about installed packages", exec_query, usage_query},
|
| - |
{ "search", "Performs a search of package repository catalogues", exec_search, usage_search},
|
| - |
{ "set", "Modifies information about packages in the local database", exec_set, usage_set},
|
| |
{ "register", "Registers a package into the local database", exec_register, usage_register},
|
| |
{ "remove", "Deletes packages from the database and the system", exec_delete, usage_delete},
|
| |
{ "repo", "Creates a package repository catalogue", exec_repo, usage_repo},
|
| |
{ "rquery", "Queries information in repository catalogues", exec_rquery, usage_rquery},
|
| + |
{ "search", "Performs a search of package repository catalogues", exec_search, usage_search},
|
| + |
{ "set", "Modifies information about packages in the local database", exec_set, usage_set},
|
| |
{ "shell", "Opens a debug shell", exec_shell, usage_shell},
|
| |
{ "shlib", "Displays which packages link against a specific shared library", exec_shlib, usage_shlib},
|
| |
{ "stats", "Displays package database statistics", exec_stats, usage_stats},
|