Skip to main content
warning

Documentation is currently for moon v2. If you are using v1, some of the examples and settings may differ in syntax and functionality.

uninstall

The proto uninstall <tool> [version] (or proto ui) command will uninstall and remove a tool from ~/.proto/tools/<tool>. If the tool has not been installed, the command will exit early.

# Remove a specific version
$ proto uninstall deno 1.31

# Remove all versions
$ proto uninstall deno

Arguments

  • <tool> - Type of tool.
  • [version] - Version of tool.