How To Install perl-Geo-IPfree on Fedora 36

In this tutorial we learn how to install perl-Geo-IPfree in Fedora 36. perl-Geo-IPfree is Look up the country of an IPv4 Address

Introduction

In this tutorial we learn how to install perl-Geo-IPfree on Fedora 36.

What is perl-Geo-IPfree

This package comes with it’s own database to look up the IPv4’s country, and is totally free.

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

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

sudo dnf -y install perl-Geo-IPfree

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

sudo yum -y install perl-Geo-IPfree

How To Uninstall perl-Geo-IPfree on Fedora 36

To uninstall only the perl-Geo-IPfree package we can use the following command:

sudo dnf remove perl-Geo-IPfree

perl-Geo-IPfree Package Contents on Fedora 36

/usr/share/doc/perl-Geo-IPfree
/usr/share/doc/perl-Geo-IPfree/Changes
/usr/share/doc/perl-Geo-IPfree/README
/usr/share/doc/perl-Geo-IPfree/misc
/usr/share/doc/perl-Geo-IPfree/misc/ipct2txt.pl
/usr/share/doc/perl-Geo-IPfree/misc/txt2ipct.pl
/usr/share/licenses/perl-Geo-IPfree
/usr/share/licenses/perl-Geo-IPfree/LICENSE
/usr/share/man/man3/Geo::IPfree.3pm.gz
/usr/share/perl5/vendor_perl/Geo
/usr/share/perl5/vendor_perl/Geo/IPfree.pm
/usr/share/perl5/vendor_perl/Geo/IPfree.pod
/usr/share/perl5/vendor_perl/Geo/ipscountry.dat

References

Summary

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