Skip to main content

Uninstall Packages

aqua >= v2.11.0 #538 #2248 #2249

caution

aqua rm command removes files from AQUA_ROOT_DIR/pkgs, but doesn't remove packages from aqua.yaml and doesn't remove links from AQUA_ROOT_DIR/bin.

$ aqua rm --all [-a] # Uninstall all packages
$ aqua rm [<registry name>,]<package name> [...] # Uninstall packages
$ aqua rm <command name> [...] # Uninstall packages having given commands
$ aqua rm -i # Select packages interactively with a fuzzy finder

e.g.

$ aqua rm cli/cli direnv/direnv

Limitation

  1. The following package types can't be removed without --all option.
  • http
  • go_install
  1. The fuzzy finder shows all packages, which include not installed packages.