How To Install perl-Mozilla-CA on Fedora 36

In this tutorial we learn how to install perl-Mozilla-CA in Fedora 36. perl-Mozilla-CA is Mozilla’s CA certificate bundle in PEM format

Introduction

In this tutorial we learn how to install perl-Mozilla-CA on Fedora 36.

What is perl-Mozilla-CA

Mozilla certificate authority certificates in a form that can be consumed by modules and libraries based on OpenSSL.

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

Install perl-Mozilla-CA 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-Mozilla-CA using dnf by running the following command:

sudo dnf -y install perl-Mozilla-CA

Install perl-Mozilla-CA 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-Mozilla-CA using yum by running the following command:

sudo yum -y install perl-Mozilla-CA

How To Uninstall perl-Mozilla-CA on Fedora 36

To uninstall only the perl-Mozilla-CA package we can use the following command:

sudo dnf remove perl-Mozilla-CA

perl-Mozilla-CA Package Contents on Fedora 36

/usr/share/doc/perl-Mozilla-CA
/usr/share/doc/perl-Mozilla-CA/Changes
/usr/share/doc/perl-Mozilla-CA/README
/usr/share/man/man3/Mozilla::CA.3pm.gz
/usr/share/perl5/vendor_perl/Mozilla
/usr/share/perl5/vendor_perl/Mozilla/CA.pm

References

Summary

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