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

Last updated: May 16,2024

1. Install "libmath-vectorreal-perl" package

Please follow the instructions below to install libmath-vectorreal-perl on Kali Linux

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

2. Uninstall "libmath-vectorreal-perl" package

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

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

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

Package: libmath-vectorreal-perl
Version: 1.02-3
Installed-Size: 42
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 14840
SHA256: f83a5aa816f3e70faf17b352bbd83a16e0438c490d28b574dcdc8193f874a28a
SHA1: 697912c01ae75423dd02fc490740b3fdea389a2d
MD5sum: 8f139dff44b9a60eaab5a00da95185b1
Description: Module to handle 3D Vector Mathematics
The Math::VectorReal package defines a 3D mathematical "vector", in a way
that is compatible with the previous CPAN module Math::MatrixReal. However it
provides a more vector oriented set of mathematical functions and overload
operators, to the MatrixReal package. For example the normal perl string
functions "x" and "." have been overloaded to allow vector cross and dot
product operations. Vector math formula thus looks like vector math formula
in perl programs using this package.
.
While this package is compatible with Math::MatrixReal, you DO NOT need to
have that package to perform purely vector orientated calculations. You will
need it however if you wish to do matrix operations with these vectors. The
interface has been designed with this package flexibility in mind.
.
The vectors are defined in the same way as a "row" Math::MatrixReal matrix,
instead of that packages choice of "column" definition for vector operations.
Such vectors are multiplied to matices with the vector on the left and the
matrix on the right. EG: v * M -> 'v
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Math-VectorReal
Section: perl
Priority: optional
Filename: pool/main/libm/libmath-vectorreal-perl/libmath-vectorreal-perl_1.02-3_all.deb