How to Install and Uninstall perl-Math-ConvexHull.noarch Package on Fedora 36

Last updated: May 06,2024

1. Install "perl-Math-ConvexHull.noarch" package

Please follow the instructions below to install perl-Math-ConvexHull.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Math-ConvexHull.noarch

2. Uninstall "perl-Math-ConvexHull.noarch" package

Please follow the steps below to uninstall perl-Math-ConvexHull.noarch on Fedora 36:

$ sudo dnf remove perl-Math-ConvexHull.noarch $ sudo dnf autoremove

3. Information about the perl-Math-ConvexHull.noarch package on Fedora 36

Last metadata expiration check: 0:18:22 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Math-ConvexHull
Version : 1.04
Release : 28.fc36
Architecture : noarch
Size : 15 k
Source : perl-Math-ConvexHull-1.04-28.fc36.src.rpm
Repository : fedora
Summary : Calculate convex hulls using Graham's scan (n*log(n))
URL : https://metacpan.org/release/Math-ConvexHull
License : GPL+ or Artistic
Description : Math::ConvexHull is a simple module that calculates convex hulls from a set
: of points in 2D space. It is a straightforward implementation of the
: algorithm known as Graham's scan which, with complexity of O(n*log(n)), is
: the fastest known method of finding the convex hull of an arbitrary set of
: points. There are some methods of eliminating points that cannot be part of
: the convex hull. These may or may not be implemented in a future version.