Skip to main content

uninstall-global

v0.15.0

The proto uninstall-global <tool> ...<dependencies> (or proto ug) command will uninstall one or many global packages/modules/dependencies for the provided tool.

# Uninstall a global by name
$ proto uninstall-global rust cargo-release

# Uninstall multiple globals
$ proto uninstall-global rust cargo-release cargo-udeps

Arguments

  • <tool> - Type of tool.
  • ...<dependencies> - Name of dependencies and optional version.