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

Last updated: September 20,2024

1. Install "libmath-vector-real-perl" package

In this section, we are going to explain the necessary steps to install libmath-vector-real-perl on Kali Linux

$ sudo apt update $ sudo apt install libmath-vector-real-perl

2. Uninstall "libmath-vector-real-perl" package

Please follow the guidelines below to uninstall libmath-vector-real-perl on Kali Linux:

$ sudo apt remove libmath-vector-real-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libmath-vector-real-perl
Version: 0.18-3
Installed-Size: 57
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 18964
SHA256: 0bf551158c45023ee1619d4f1f308fbef3535ce6438a560a0ec0751f4f7cf00b
SHA1: 147af29433ecfd6a995ad45d6bde2cc10b6c61b0
MD5sum: 7a3bcf2a05647ba1d39251d84a1fc15d
Description: Perl module for real number vector arithmetic
Math::Vector::Real is a pure Perl module to manipulate vectors of
any dimension.
.
The function V, always exported by the module, allows one to create new
vectors:
.
$v = V(0, 1, 3, -1);
.
Vectors are represented as blessed array references. It is allowed to
manipulate the arrays directly as far as only real numbers are inserted
(well, actually, integers are also allowed because from a mathematical point
of view, integers are a subset of the real numbers).
.
Vectors can be used in mathematical expressions, the currently supported
operations are:
.
. + * /
. - (both unary and binary)
. x (cross product for 3D vectors)
. += -= *= /= x=
. == !=
. "" (stringfication)
. abs (returns the norm)
. atan2 (returns the angle between two vectors)
.
When an array reference is used in an operation involving a vector, it is
automatically upgraded to a vector.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Math-Vector-Real
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libm/libmath-vector-real-perl/libmath-vector-real-perl_0.18-3_all.deb