Skip to content

Instantly share code, notes, and snippets.

@MatthewVance
Created July 23, 2019 01:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MatthewVance/bd0cf66ca553340731b677aa69c35949 to your computer and use it in GitHub Desktop.
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/
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