How to Install and Uninstall libmath-bezier-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 10,2024

1. Install "libmath-bezier-perl" package

Learn how to install libmath-bezier-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libmath-bezier-perl" package

Please follow the step by step instructions below to uninstall libmath-bezier-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libmath-bezier-perl package on Ubuntu 21.10 (Impish Indri)

Package: libmath-bezier-perl
Architecture: all
Version: 0.01-2.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: 25
Depends: perl:any
Filename: pool/universe/libm/libmath-bezier-perl/libmath-bezier-perl_0.01-2.1_all.deb
Size: 6892
MD5sum: 68372ed87072f695573fd70bc1747b09
SHA1: 40d72473b18340c04cd23070fadc08e269bee3f4
SHA256: 68f9f96d4326c126c08f07781922e886004e3036e0ddba31b179f34c575355e9
SHA512: d73871d283f2de591e7d7bf1095319e924002b190cc756b0ca71fd3f0a69d22acd7fd6d314794819b308a993807d3a8333d1463d6c80b1f659ad53ba6c404ec7
Homepage: http://search.cpan.org/dist/Math-Bezier/
Description-en: 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: 2267158054092d11ffe034fa667ff81d