How To Install perl-Crypt-DSA on Fedora 36

In this tutorial we learn how to install perl-Crypt-DSA in Fedora 36. perl-Crypt-DSA is Perl module for DSA signatures and key generation

Introduction

In this tutorial we learn how to install perl-Crypt-DSA on Fedora 36.

What is perl-Crypt-DSA

Crypt signature verification system. This package provides DSA signing, signature verification, and key generation.

We can use yum or dnf to install perl-Crypt-DSA on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Crypt-DSA.

Install perl-Crypt-DSA on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Crypt-DSA using dnf by running the following command:

sudo dnf -y install perl-Crypt-DSA

Install perl-Crypt-DSA on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Crypt-DSA using yum by running the following command:

sudo yum -y install perl-Crypt-DSA

How To Uninstall perl-Crypt-DSA on Fedora 36

To uninstall only the perl-Crypt-DSA package we can use the following command:

sudo dnf remove perl-Crypt-DSA

perl-Crypt-DSA Package Contents on Fedora 36

/usr/share/doc/perl-Crypt-DSA
/usr/share/doc/perl-Crypt-DSA/Changes
/usr/share/doc/perl-Crypt-DSA/README
/usr/share/licenses/perl-Crypt-DSA
/usr/share/licenses/perl-Crypt-DSA/LICENSE
/usr/share/man/man3/Crypt::DSA.3pm.gz
/usr/share/man/man3/Crypt::DSA::Key.3pm.gz
/usr/share/man/man3/Crypt::DSA::Key::PEM.3pm.gz
/usr/share/man/man3/Crypt::DSA::Key::SSH2.3pm.gz
/usr/share/man/man3/Crypt::DSA::KeyChain.3pm.gz
/usr/share/man/man3/Crypt::DSA::Signature.3pm.gz
/usr/share/man/man3/Crypt::DSA::Util.3pm.gz
/usr/share/perl5/vendor_perl/Crypt
/usr/share/perl5/vendor_perl/Crypt/DSA
/usr/share/perl5/vendor_perl/Crypt/DSA.pm
/usr/share/perl5/vendor_perl/Crypt/DSA/Key
/usr/share/perl5/vendor_perl/Crypt/DSA/Key.pm
/usr/share/perl5/vendor_perl/Crypt/DSA/Key/PEM.pm
/usr/share/perl5/vendor_perl/Crypt/DSA/Key/SSH2.pm
/usr/share/perl5/vendor_perl/Crypt/DSA/KeyChain.pm
/usr/share/perl5/vendor_perl/Crypt/DSA/Signature.pm
/usr/share/perl5/vendor_perl/Crypt/DSA/Util.pm

References

Summary

In this tutorial we learn how to install perl-Crypt-DSA on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).