How to Install and Uninstall libmath-convexhull-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libmath-convexhull-perl" package

This guide let you learn how to install libmath-convexhull-perl on Kali Linux

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

2. Uninstall "libmath-convexhull-perl" package

Please follow the guidance below to uninstall libmath-convexhull-perl on Kali Linux:

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

3. Information about the libmath-convexhull-perl package on Kali Linux

Package: libmath-convexhull-perl
Version: 1.4-1.1
Installed-Size: 25
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 8016
SHA256: 203b033082d72612f609c30291413bacc1c150c44908d168ec1c51520623b7a4
SHA1: 7610a6eed86616e7e85183d4328414c08a17a80a
MD5sum: b89299b64409fcfc3352dd5f1278c7ec
Description: 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:
Homepage: http://search.cpan.org/dist/Math-ConvexHull/
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libm/libmath-convexhull-perl/libmath-convexhull-perl_1.4-1.1_all.deb