Skip to content

pacvamp verify

  • Usage: pacvamp verify [--offline] [-J --json] <TARGET>

Re-run the evidence chain for a package or a package file

For a repository package, checks the file in pacman's cache against the repository's signed index: digest, size, sidecars, and the evidence the repository claims. For a file path, matches it to the index by name. Refuses an index older than the last one seen.

Arguments

  • <TARGET> — A package name, or a path to a .pkg.tar.* file

Flags

  • --offline — Use the cached feeds only
  • -J --json — Print as JSON
  • -h --help — Print help

Released under the MIT License.