gpgv

Verify OpenPGP signatures. More information: <https://www.gnupg.org/documentation/manuals/gnupg/gpgv.html>.

Install

All systems
curl cmd.cat/gpgv.sh
Debian Debian
apt-get install gpgv
Ubuntu
apt-get install gpgv
Arch Arch Linux
pacman -S gpgv
image/svg+xml Kali Linux
apt-get install gpgv
CentOS
yum install gpgv
Fedora
dnf install gpgv
Windows (WSL2)
sudo apt-get update sudo apt-get install gpgv
Raspbian
apt-get install gpgv

Verify OpenPGP signatures. More information: <https://www.gnupg.org/documentation/manuals/gnupg/gpgv.html>.

  • Verify a signed file:
    gpgv path/to/file
  • Verify a signed file using a detached signature:
    gpgv path/to/signature path/to/file
  • Add a file to the list of keyrings (a single exported key also counts as a keyring):
    gpgv --keyring ./alice.keyring path/to/signature path/to/file

© tl;dr; authors and contributors