How To Install perl-Mozilla-CA on AlmaLinux 8

In this tutorial we learn how to install perl-Mozilla-CA in AlmaLinux 8. perl-Mozilla-CA is Mozilla’s CA cert bundle in PEM format

Introduction

In this tutorial we learn how to install perl-Mozilla-CA on AlmaLinux 8.

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 AlmaLinux 8. 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 AlmaLinux 8 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 AlmaLinux 8 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 AlmaLinux 8

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

sudo dnf remove perl-Mozilla-CA

References

Summary

In this tutorial we learn how to install perl-Mozilla-CA on AlmaLinux 8 using yum and dnf.