Skip to content

pacvamp drop

  • Usage: pacvamp drop [-y --yes] [-n --dry-run] <PACKAGES>…

Remove packages from your manifest, then from the machine

Deletes the entries from the user manifest. A package that no lower layer still declares present is then removed if installed; one the distro layer declares stays, since dropping it means "back to the default".

Arguments

  • <PACKAGES>… — Package names

Flags

  • -y --yes — Proceed without asking; refuses a plan with warnings
  • -n --dry-run — Write the user manifest, then preview package changes without applying them
  • -h --help — Print help

Released under the MIT License.