How To Install perl-Math-Polygon on Fedora 36

In this tutorial we learn how to install perl-Math-Polygon in Fedora 36. perl-Math-Polygon is Maintaining polygon data

Introduction

In this tutorial we learn how to install perl-Math-Polygon on Fedora 36.

What is perl-Math-Polygon

These Perl modules provide basic transformations on two-dimensional polygons in pure Perl.

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

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

sudo dnf -y install perl-Math-Polygon

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

sudo yum -y install perl-Math-Polygon

How To Uninstall perl-Math-Polygon on Fedora 36

To uninstall only the perl-Math-Polygon package we can use the following command:

sudo dnf remove perl-Math-Polygon

perl-Math-Polygon Package Contents on Fedora 36

/usr/share/doc/perl-Math-Polygon
/usr/share/doc/perl-Math-Polygon/ChangeLog
/usr/share/doc/perl-Math-Polygon/README
/usr/share/doc/perl-Math-Polygon/README.md
/usr/share/man/man3/Math::Polygon.3pm.gz
/usr/share/man/man3/Math::Polygon::Calc.3pm.gz
/usr/share/man/man3/Math::Polygon::Clip.3pm.gz
/usr/share/man/man3/Math::Polygon::Convex.3pm.gz
/usr/share/man/man3/Math::Polygon::Surface.3pm.gz
/usr/share/man/man3/Math::Polygon::Transform.3pm.gz
/usr/share/perl5/vendor_perl/Math
/usr/share/perl5/vendor_perl/Math/Polygon
/usr/share/perl5/vendor_perl/Math/Polygon.pm
/usr/share/perl5/vendor_perl/Math/Polygon.pod
/usr/share/perl5/vendor_perl/Math/Polygon/Calc.pm
/usr/share/perl5/vendor_perl/Math/Polygon/Calc.pod
/usr/share/perl5/vendor_perl/Math/Polygon/Clip.pm
/usr/share/perl5/vendor_perl/Math/Polygon/Clip.pod
/usr/share/perl5/vendor_perl/Math/Polygon/Convex.pm
/usr/share/perl5/vendor_perl/Math/Polygon/Convex.pod
/usr/share/perl5/vendor_perl/Math/Polygon/Surface.pm
/usr/share/perl5/vendor_perl/Math/Polygon/Surface.pod
/usr/share/perl5/vendor_perl/Math/Polygon/Transform.pm
/usr/share/perl5/vendor_perl/Math/Polygon/Transform.pod

References

Summary

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