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

Last updated: April 24,2024

1. Install "libmath-clipper-perl" package

Please follow the guidelines below to install libmath-clipper-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libmath-clipper-perl" package

Please follow the steps below to uninstall libmath-clipper-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libmath-clipper-perl
Priority: optional
Section: universe/perl
Installed-Size: 192
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 1.23-1build2
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
Filename: pool/universe/libm/libmath-clipper-perl/libmath-clipper-perl_1.23-1build2_amd64.deb
Size: 70926
MD5sum: c41c4d4cc0d029e02e59edc8ce6891f9
SHA1: 7511da575f4968aba4341fd79881f20edeadd59f
SHA256: bd503f2842e91cd6be89fb89129353ed7d1f0d40db6642bd1ef90fa69343af0a
Description-en: Perl module for Polygon clipping in 2D
Math::Clipper is a C++ (and Delphi) library that implements polygon
clipping. A Polygon is represented by a reference to an array of 2D
points. A Point is, in turn, represented by a reference to an array
containing two numbers: The X and Y coordinates.
.
Clipper 4.x works with polygons with integer coordinates. Data in
floating point format will need to be scaled appropriately to be
converted to the available integer range before polygons are added to a
clipper object. (Scaling utilities are provided.)
Description-md5: 4c4319c75195cfdce8e42f459a056425
Homepage: https://metacpan.org/release/Math-Clipper
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu