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

Last updated: May 17,2024

1. Install "libmath-bezier-perl" package

This tutorial shows how to install libmath-bezier-perl on Kali Linux

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

2. Uninstall "libmath-bezier-perl" package

This tutorial shows how to uninstall libmath-bezier-perl on Kali Linux:

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

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

Package: libmath-bezier-perl
Version: 0.01-4
Installed-Size: 26
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 7032
SHA256: 3afeeacfca2de5182d2c21aeb50c4738cbceaa3202c64be1d145ab8e726af548
SHA1: c4846fb895fbb1483a015d7044004c36db5f8eb1
MD5sum: e7c825d109160ea0925b996e33fe4f7b
Description: Perl module for the solution of Bezier Curves
Math::Bezier implements the algorithm for the solution of Bezier curves as
presented by Robert D. Miller in Graphics Gems V, "Quick and Simple Bezier
Curve Drawing".
.
A new Bezier curve is created using the new() constructor, passing a list of
(x, y) control points.
.
use Math::Bezier;
my @control = ( 0, 0, 10, 20, 30, -20, 40, 0 );
my $bezier = Math::Bezier->new(@control);
.
Alternately, a reference to a list of control points may be passed.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Math-Bezier
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libm/libmath-bezier-perl/libmath-bezier-perl_0.01-4_all.deb