How to Install and Uninstall libmath-convexhull-monotonechain-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "libmath-convexhull-monotonechain-perl" package

This guide let you learn how to install libmath-convexhull-monotonechain-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libmath-convexhull-monotonechain-perl" package

Please follow the instructions below to uninstall libmath-convexhull-monotonechain-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libmath-convexhull-monotonechain-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmath-convexhull-monotonechain-perl
Priority: optional
Section: universe/perl
Installed-Size: 36
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.1-1build3
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.2.5)
Filename: pool/universe/libm/libmath-convexhull-monotonechain-perl/libmath-convexhull-monotonechain-perl_0.1-1build3_amd64.deb
Size: 8378
MD5sum: 9f0f8da783e0bf3af8db39a5344e36f6
SHA1: 6c00bddb76aeffebb18e86375fd143acac9efb69
SHA256: 5415c4aee926643e4ef22f0a88b9d46fe360795c9dfac03a21a1148d0b0398ad
Description-en: Perl module to calculate a convex hull using Andrew's monotone chain algorithm
Math::ConvexHull::MonotoneChain optionally exports a single function
convex_hull which calculates the convex hull of the input points and returns
it. Andrew's monotone chain convex hull algorithm constructs the convex hull
of a set of 2-dimensional points in O(n*log(n)) time.
.
It does so by first sorting the points lexicographically (first by
x-coordinate, and in case of a tie, by y-coordinate), and then constructing
upper and lower hulls of the points in O(n) time. It should be somewhat faster
than a plain Graham's scan (also O(n*log(n))) in practice since it avoids polar
coordinates.
Description-md5: 4bb3e9e975532650819a5c71b6067496
Homepage: https://metacpan.org/release/Math-ConvexHull-MonotoneChain/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu