Installing the latest GPG
Jump to navigation
Jump to search
The package provided with your favorite GNU/Linux distro., or in MacPorts, may not be the latest. This matters, so get the latest one directly! The instructions for doing so are provided here.
Downloads
do this first, then we'll build
- Create the install directory, inserting the desired parent directory for the build directory for PARENT_DIR:
cd PARENT_DIR && mkdir gpg_build
- Get the latest stable version of gpg here
wget https://www.gnupg.org/download
Verify
- verify the integrity by issuing this command
sha1sum gnupg-2.0.27.tar.bz2
(substitute the name of the file you downloaded for gnupg-2.0.27/tar.bz2 above), and checking the result against the list of checksums here. If this does not go perfectly, figure out what happened and fix it; do not just carry on.
Expand and Build
- To expand the archive, do
tar xjvf gnupg-2.0.27.tar.bz2