gpgv
Verify OpenPGP signatures. More information: <https://www.gnupg.org/documentation/manuals/gnupg/gpgv.html>.
Install
- All systems
-
curl cmd.cat/gpgv.sh
- Debian
-
apt-get install gpgv - Ubuntu
-
apt-get install gpgv - Arch Linux
-
pacman -S gpgv - Kali Linux
-
apt-get install gpgv - CentOS
-
yum install gpgv - Fedora
-
dnf install gpgv - Windows (WSL2)
-
sudo apt-get updatesudo 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