Created
July 23, 2019 01:45
-
-
Save MatthewVance/bd0cf66ca553340731b677aa69c35949 to your computer and use it in GitHub Desktop.
Install the Paperkey OpenPGP key archiver from source on Debian based distros https://www.jabberwocky.com/software/paperkey/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl https://www.jabberwocky.com/software/paperkey/paperkey-1.6.tar.gz -O | |
curl https://www.jabberwocky.com/software/paperkey/paperkey-1.6.tar.gz.sig -O | |
gpg --recv-key 0x99242560 | |
gpg --verify paperkey-1.6.tar.gz.sig paperkey-1.6.tar.gz | |
tar -xzvf paperkey-1.6.tar.gz | |
cd paperkey-1.6 | |
apt install build-essential | |
./configure | |
make | |
make check | |
make install | |
make installcheck | |
paperkey -h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment