Skip to content

pacvamp install

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

Install packages from the repositories

Each name is looked up in the sync databases in repository order, or pinned with repo/name. The plan shows every package the transaction would touch with its trust tier before anything happens. Nothing is recorded in the manifest; see add for that.

Arguments

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

Flags

  • -a --aur — Install from the AUR: review, approve, build in the jail, install
  • -y --yes — Proceed without asking; refuses a plan with warnings
  • -n --dry-run — Show the plan and the command, run nothing
  • --reinstall — Reinstall packages that are already installed
  • --as-deps — Record the packages as dependencies rather than explicit installs
  • -J --json — Print the plan as JSON and run nothing
  • -h --help — Print help

Released under the MIT License.