gpgv2
GNU privacy guard - a free PGP replacement (dummy transitional package)
Install
- All systems
-
curl cmd.cat/gpgv2.sh
- Debian
-
apt-get install gpgv2
- Ubuntu
-
apt-get install gpgv2
- Arch Linux
-
pacman -S gpgv2
- Kali Linux
-
apt-get install gpgv2
- CentOS
-
yum install gnupg2
- Fedora
-
dnf install gnupg2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gpgv2
- Raspbian
-
apt-get install gpgv2
- Dockerfile
- dockerfile.run/gpgv2
gnupg2
GNU privacy guard - a free PGP replacement (dummy transitional package)
GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. This is a dummy transitional package that provides symlinks from gpg2 to gpg.
gpgv2
GNU privacy guard - signature verification tool (new v2.x)
GnuPG is GNU's tool for secure communication and data storage. gpgv2 is actually a stripped-down version of gpg2 which is only able to check signatures. It is somewhat smaller than the fully-blown gpg2 and uses a different (and simpler) way to check that the public keys used to make the signature are valid. There are no configuration files and only a few options are implemented.
gnupg
GNU privacy guard - a free PGP replacement
GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC 4880. GnuPG 1.4 is the standalone, non-modularized series. In contrast to the version 2 series, shipped with the gnupg2 package, it comes with no support for S/MIME and some other tools useful for desktop environments, but also with less dependencies. The gnupg package is built without libcurl. So it does not support HKPS keyservers. Install the gnupg-curl package if you want to use the keyserver helper tools built with libcurl and supporting HKPS.