Options (3)
-R, --recursivebooleanRemove a package and its dependencies
Example:
xbps-remove {{[-R|--recursive]}} {{package}}-o, --remove-orphansbooleanRemove orphan packages (installed as dependencies but no longer required by any package)
Example:
xbps-remove {{[-o|--remove-orphans]}}-O, --clean-cachebooleanRemove obsolete packages from the cache
Example:
xbps-remove {{[-O|--clean-cache]}}Examples (4)
Remove a package
xbps-remove packageRemove a package and its dependencies
xbps-remove [-R|--recursive] packageRemove orphan packages (installed as dependencies but no longer required by any package)
xbps-remove [-o|--remove-orphans]Remove obsolete packages from the cache
xbps-remove [-O|--clean-cache]made by @shridhargupta | data from tldr-pages