How To Install perl-Math-ConvexHull-MonotoneChain on Fedora 36

In this tutorial we learn how to install perl-Math-ConvexHull-MonotoneChain in Fedora 36. perl-Math-ConvexHull-MonotoneChain is Monotone chain algorithm for finding a convex hull in 2D

Introduction

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

What is perl-Math-ConvexHull-MonotoneChain

This is somewhat experimental still. This (XS) module optionally exports a single function C<convex_hull> which calculates the convex hull of the input points and returns it. The algorithm is C<O(n log n)> due to having to sort the input list, but should be somewhat faster than a plain Graham’s scan (also C<O(n log n)>) in practice since it avoids polar coordinates.

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

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

sudo dnf -y install perl-Math-ConvexHull-MonotoneChain

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

sudo yum -y install perl-Math-ConvexHull-MonotoneChain

How To Uninstall perl-Math-ConvexHull-MonotoneChain on Fedora 36

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

sudo dnf remove perl-Math-ConvexHull-MonotoneChain

perl-Math-ConvexHull-MonotoneChain Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/ff90b17e92e626d6cd75f1201a307c1f39aed7
/usr/lib64/perl5/vendor_perl/Math
/usr/lib64/perl5/vendor_perl/Math/ConvexHull
/usr/lib64/perl5/vendor_perl/Math/ConvexHull/MonotoneChain.pm
/usr/lib64/perl5/vendor_perl/auto/Math
/usr/lib64/perl5/vendor_perl/auto/Math/ConvexHull
/usr/lib64/perl5/vendor_perl/auto/Math/ConvexHull/MonotoneChain
/usr/lib64/perl5/vendor_perl/auto/Math/ConvexHull/MonotoneChain/MonotoneChain.so
/usr/share/doc/perl-Math-ConvexHull-MonotoneChain
/usr/share/doc/perl-Math-ConvexHull-MonotoneChain/Changes
/usr/share/man/man3/Math::ConvexHull::MonotoneChain.3pm.gz

References

Summary

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