How to Install and Uninstall perl-Math-ConvexHull-MonotoneChain.x86_64 Package on Fedora 35

Last updated: November 28,2024

1. Install "perl-Math-ConvexHull-MonotoneChain.x86_64" package

This is a short guide on how to install perl-Math-ConvexHull-MonotoneChain.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Math-ConvexHull-MonotoneChain.x86_64

2. Uninstall "perl-Math-ConvexHull-MonotoneChain.x86_64" package

This guide let you learn how to uninstall perl-Math-ConvexHull-MonotoneChain.x86_64 on Fedora 35:

$ sudo dnf remove perl-Math-ConvexHull-MonotoneChain.x86_64 $ sudo dnf autoremove

3. Information about the perl-Math-ConvexHull-MonotoneChain.x86_64 package on Fedora 35

Last metadata expiration check: 2:19:02 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Math-ConvexHull-MonotoneChain
Version : 0.01
Release : 31.fc35
Architecture : x86_64
Size : 17 k
Source : perl-Math-ConvexHull-MonotoneChain-0.01-31.fc35.src.rpm
Repository : fedora
Summary : Monotone chain algorithm for finding a convex hull in 2D
URL : https://metacpan.org/release/Math-ConvexHull-MonotoneChain
License : GPL+ or Artistic
Description : This is somewhat experimental still.
:
: This (XS) module optionally exports a single function C
: which calculates the convex hull of the input points and returns it.
: The algorithm is C due to having to sort the input list,
: but should be somewhat faster than a plain Graham's scan (also C)
: in practice since it avoids polar coordinates.