How To Install perl-MaxMind-DB-Common on Fedora 36

In this tutorial we learn how to install perl-MaxMind-DB-Common in Fedora 36. perl-MaxMind-DB-Common is Code shared by the MaxMind database reader and writer

Introduction

In this tutorial we learn how to install perl-MaxMind-DB-Common on Fedora 36.

What is perl-MaxMind-DB-Common

This distribution provides some shared code for use by both the MaxMind database reader and writer Perl modules.

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

Install perl-MaxMind-DB-Common 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-MaxMind-DB-Common using dnf by running the following command:

sudo dnf -y install perl-MaxMind-DB-Common

Install perl-MaxMind-DB-Common 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-MaxMind-DB-Common using yum by running the following command:

sudo yum -y install perl-MaxMind-DB-Common

How To Uninstall perl-MaxMind-DB-Common on Fedora 36

To uninstall only the perl-MaxMind-DB-Common package we can use the following command:

sudo dnf remove perl-MaxMind-DB-Common

perl-MaxMind-DB-Common Package Contents on Fedora 36

/usr/share/doc/perl-MaxMind-DB-Common
/usr/share/doc/perl-MaxMind-DB-Common/Changes
/usr/share/doc/perl-MaxMind-DB-Common/README.md
/usr/share/licenses/perl-MaxMind-DB-Common
/usr/share/licenses/perl-MaxMind-DB-Common/LICENSE
/usr/share/man/man3/MaxMind::DB::Common.3pm.gz
/usr/share/man/man3/MaxMind::DB::Metadata.3pm.gz
/usr/share/perl5/vendor_perl/MaxMind
/usr/share/perl5/vendor_perl/MaxMind/DB
/usr/share/perl5/vendor_perl/MaxMind/DB/Common.pm
/usr/share/perl5/vendor_perl/MaxMind/DB/Metadata.pm
/usr/share/perl5/vendor_perl/MaxMind/DB/Role
/usr/share/perl5/vendor_perl/MaxMind/DB/Role/Debugs.pm
/usr/share/perl5/vendor_perl/MaxMind/DB/Types.pm
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/MaxMind
/usr/share/perl5/vendor_perl/Test/MaxMind/DB
/usr/share/perl5/vendor_perl/Test/MaxMind/DB/Common
/usr/share/perl5/vendor_perl/Test/MaxMind/DB/Common/Data.pm
/usr/share/perl5/vendor_perl/Test/MaxMind/DB/Common/Util.pm

References

Summary

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