How to Install and Uninstall libmath-convexhull-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 02,2024

1. Install "libmath-convexhull-perl" package

This guide let you learn how to install libmath-convexhull-perl on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libmath-convexhull-perl

2. Uninstall "libmath-convexhull-perl" package

This tutorial shows how to uninstall libmath-convexhull-perl on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libmath-convexhull-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmath-convexhull-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libmath-convexhull-perl
Architecture: all
Version: 1.4-1.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 24
Depends: perl:any
Filename: pool/universe/libm/libmath-convexhull-perl/libmath-convexhull-perl_1.4-1.1_all.deb
Size: 7528
MD5sum: 2bcae1f906d189622915413f1eb54ddf
SHA1: 6e11e51cbeb8c55a4a333c2083cf2e2e32385171
SHA256: 0ea32ee80241cdc77f13edb4f1760003e7002732f78b097256a833039eec4ad0
SHA512: a506741c572d33d6a4988ee92ef9c6b51148058b934bedee4450d063faa974904f286d0b736cb8eb9033f266c96d020a9411ab9591a15841e5aed7dedfc77d5a
Homepage: http://search.cpan.org/dist/Math-ConvexHull/
Description-en: Perl module to calculate convex hulls using Graham's scan (n*log(n))
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.
.
The implementation cannot deal with duplicate points. Therefore, points which
are very, very close (think floating point close) to the previous point are
dropped since version 1.02 of the module. However, if you pass in randomly
ordered data which contains duplicate points, this safety measure might not
help you. In that case, you will have to remove duplicates yourself.
Description-md5: a02a323f887a3c86ec26ef2e87a912c6