uninstall
Name
cave-uninstall — Uninstall one or more packages.
Synopsis
cave uninstall [ -x|--execute ] spec …
DESCRIPTION
Uninstalls one or more packages. Note that 'cave uninstall' simply rewrites the supplied dependency specifications and then uses 'cave resolve' to do the work; 'cave uninstall foo' is the same as 'cave resolve !foo'.
OPTIONS
Global Options
Global options, used by every subcommand.
- -h , --help
- display help message
Target options
Target options
- -a , --all-versions (+a , --no-all-versions)
- If a supplied spec matches multiple versions, uninstall all versions rather than erroring
NOTES
- All options available for 'cave resolve' are also permitted. See 'man cave-resolve' for details.