FYI - On a clean, fresh installation of Ubuntu 16.04 LTS the following instructions will result in gnupg 2.1.15 with a functioning tofu:
cd ~/Downloads wget https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.1.15.tar.bz2 wget https://gnupg.org/ftp/gcrypt/pinentry/pinentry-0.9.7.tar.bz2 tar xf gnupg-2.1.15.tar.bz2 tar xf pinentry-0.9.7.tar.bz2 cd gnupg-2.1.15 sudo apt-get update sudo apt-get install libldap2-dev -y sudo apt-get install gtk+-2 -y sudo apt-get install rng-tools -y sudo apt-get install libbz2-dev -y sudo apt-get install zlib1g-dev -y sudo apt-get install libgmp-dev -y sudo apt-get install nettle-dev -y sudo apt-get install libgnutls-dev -y sudo apt-get install libsqlite3-dev -y sudo apt-get install adns-tools -y sudo apt-get install libreadline-dev -y sudo make -f build-aux/speedo.mk native INSTALL_PREFIX=/usr/local cd .. cd pinentry-0.9.7 ./configure make sudo make install sudo ldconfig After executing the above (it can be done as a bash file) reboot. I hope this saves people some time. The same format with slight changes will compile new versions. If there are errors let me know but it does work. --Murphy
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
