Skip to content

pacvamp add

  • Usage: pacvamp add [FLAGS] <PACKAGES>…

Declare packages in your manifest, then install them

Writes to the user manifest and converges only the packages named, so other declarations are left for apply.

Arguments

  • <PACKAGES>… — Package names, optionally as repo/name

Flags

  • --absent — Declare the packages absent, and remove them if installed
  • --aur — Declare the packages as coming from the AUR
  • --hold — Never upgrade the packages
  • -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.