How To Install perl-Mozilla-CA.noarch on Amazon Linux 2
In this tutorial we learn how to install perl-Mozilla-CA.noarch in Amazon Linux 2. perl-Mozilla-CA.noarch is Mozilla’s CA cert bundle in PEM format
Introduction
In this tutorial we learn how to install perl-Mozilla-CA.noarch on Amazon Linux 2.
What is perl-Mozilla-CA.noarch
Mozilla bundle of certificate authority certificates in a form that can be consumed by modules and libraries based on OpenSSL.
We can use yum to install perl-Mozilla-CA.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Mozilla-CA.noarch.
Install perl-Mozilla-CA.noarch on Amazon Linux 2 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.noarch using yum by running the following command:
sudo yum -y install perl-Mozilla-CA.noarch
How To Uninstall perl-Mozilla-CA.noarch on Amazon Linux 2
To uninstall only the perl-Mozilla-CA.noarch package we can use the following command:
sudo yum remove perl-Mozilla-CA.noarch
perl-Mozilla-CA.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-Mozilla-CA-20130114
/usr/share/doc/perl-Mozilla-CA-20130114/Changes
/usr/share/doc/perl-Mozilla-CA-20130114/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.noarch on Amazon Linux 2 using yum.