How To Install perl-Net-DNS-SEC on Fedora 36

In this tutorial we learn how to install perl-Net-DNS-SEC in Fedora 36. perl-Net-DNS-SEC is DNSSEC modules for Perl

Introduction

In this tutorial we learn how to install perl-Net-DNS-SEC on Fedora 36.

What is perl-Net-DNS-SEC

Net installation providing packages to support DNSSEC as specified in RFC4033, RFC4034, RFC4035 and related documents. It also provides support for SIG0 which is useful for dynamic updates. Implements cryptographic signature generation and verification functions using RSA, DSA, ECDSA, and Edwards curve algorithms.

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

Install perl-Net-DNS-SEC 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-Net-DNS-SEC using dnf by running the following command:

sudo dnf -y install perl-Net-DNS-SEC

Install perl-Net-DNS-SEC 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-Net-DNS-SEC using yum by running the following command:

sudo yum -y install perl-Net-DNS-SEC

How To Uninstall perl-Net-DNS-SEC on Fedora 36

To uninstall only the perl-Net-DNS-SEC package we can use the following command:

sudo dnf remove perl-Net-DNS-SEC

perl-Net-DNS-SEC Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/022ce96716d07f25eab2908298f7734580e0a0
/usr/lib64/perl5/vendor_perl/Net
/usr/lib64/perl5/vendor_perl/Net/DNS
/usr/lib64/perl5/vendor_perl/Net/DNS/SEC
/usr/lib64/perl5/vendor_perl/Net/DNS/SEC.pm
/usr/lib64/perl5/vendor_perl/Net/DNS/SEC/DSA.pm
/usr/lib64/perl5/vendor_perl/Net/DNS/SEC/Digest.pm
/usr/lib64/perl5/vendor_perl/Net/DNS/SEC/ECDSA.pm
/usr/lib64/perl5/vendor_perl/Net/DNS/SEC/EdDSA.pm
/usr/lib64/perl5/vendor_perl/Net/DNS/SEC/Keyset.pm
/usr/lib64/perl5/vendor_perl/Net/DNS/SEC/Private.pm
/usr/lib64/perl5/vendor_perl/Net/DNS/SEC/RSA.pm
/usr/lib64/perl5/vendor_perl/Net/DNS/SEC/libcrypto.pod
/usr/lib64/perl5/vendor_perl/auto/Net
/usr/lib64/perl5/vendor_perl/auto/Net/DNS
/usr/lib64/perl5/vendor_perl/auto/Net/DNS/SEC
/usr/lib64/perl5/vendor_perl/auto/Net/DNS/SEC/SEC.so
/usr/share/doc/perl-Net-DNS-SEC
/usr/share/doc/perl-Net-DNS-SEC/Changes
/usr/share/doc/perl-Net-DNS-SEC/README
/usr/share/doc/perl-Net-DNS-SEC/demo
/usr/share/doc/perl-Net-DNS-SEC/demo/getkeyset
/usr/share/doc/perl-Net-DNS-SEC/demo/key2ds
/usr/share/doc/perl-Net-DNS-SEC/demo/make-signed-keyset
/usr/share/man/man3/Net::DNS::SEC.3pm.gz
/usr/share/man/man3/Net::DNS::SEC::DSA.3pm.gz
/usr/share/man/man3/Net::DNS::SEC::Digest.3pm.gz
/usr/share/man/man3/Net::DNS::SEC::ECDSA.3pm.gz
/usr/share/man/man3/Net::DNS::SEC::EdDSA.3pm.gz
/usr/share/man/man3/Net::DNS::SEC::Keyset.3pm.gz
/usr/share/man/man3/Net::DNS::SEC::Private.3pm.gz
/usr/share/man/man3/Net::DNS::SEC::RSA.3pm.gz
/usr/share/man/man3/Net::DNS::SEC::libcrypto.3pm.gz

References

Summary

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