How to Install libpgp-sign-perl in Ubuntu 18.04



Install libpgp-sign-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libpgp-sign-perl

Description:

Perl module to create detached PGP signatures

PGP::Sign creates and checks detached PGP signatures for textual data using GnuPG. Other PGP implementations are also supported with run-time configuration. Secret key passphrases are passed via a pipe, and no temporary files are required for signature generation (but are for signature verification).

Homepage: https://www.eyrie.org/~eagle/software/pgp-sign/

Version: 0.20-4

Section: universe/perl