Skip to content

pacvamp remove

  • Usage: pacvamp remove [FLAGS] [PACKAGES]…

Remove installed packages

Dependencies nothing else needs are removed too, like pacman -Rs, unless --keep-deps is given. The plan shows everything that would go before anything happens.

Arguments

  • [PACKAGES]… — Package names; or none with --pick

Flags

  • -p --pick — Choose explicitly installed packages in a picker
  • -y --yes — Proceed without asking; refuses a plan with warnings
  • -n --dry-run — Show the plan and the command, run nothing
  • --keep-deps — Leave dependencies installed
  • --cascade — Also remove packages that depend on the targets
  • --nosave — Do not keep .pacsave copies of configuration files
  • -J --json — Print the plan as JSON and run nothing
  • -h --help — Print help

Released under the MIT License.