How To Install perl-Geo-ShapeFile on Fedora 36

In this tutorial we learn how to install perl-Geo-ShapeFile in Fedora 36. perl-Geo-ShapeFile is Perl extension for handling ESRI GIS Shapefiles

Introduction

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

What is perl-Geo-ShapeFile

The Geo data, it has support for shp (shape), shx (shape index), and dbf (data base) formats.

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

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

sudo dnf -y install perl-Geo-ShapeFile

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

sudo yum -y install perl-Geo-ShapeFile

How To Uninstall perl-Geo-ShapeFile on Fedora 36

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

sudo dnf remove perl-Geo-ShapeFile

perl-Geo-ShapeFile Package Contents on Fedora 36

/usr/share/doc/perl-Geo-ShapeFile
/usr/share/doc/perl-Geo-ShapeFile/Changes
/usr/share/doc/perl-Geo-ShapeFile/README
/usr/share/doc/perl-Geo-ShapeFile/eg
/usr/share/doc/perl-Geo-ShapeFile/eg/shpdump.pl
/usr/share/man/man3/Geo::ShapeFile.3pm.gz
/usr/share/man/man3/Geo::ShapeFile::Point.3pm.gz
/usr/share/man/man3/Geo::ShapeFile::Shape.3pm.gz
/usr/share/man/man3/Geo::ShapeFile::Shape::Index.3pm.gz
/usr/share/perl5/vendor_perl/Geo
/usr/share/perl5/vendor_perl/Geo/ShapeFile
/usr/share/perl5/vendor_perl/Geo/ShapeFile.pm
/usr/share/perl5/vendor_perl/Geo/ShapeFile/Point.pm
/usr/share/perl5/vendor_perl/Geo/ShapeFile/Shape
/usr/share/perl5/vendor_perl/Geo/ShapeFile/Shape.pm
/usr/share/perl5/vendor_perl/Geo/ShapeFile/Shape/Index.pm

References

Summary

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