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

Last updated: May 01,2024

1. Install "libmath-vectorreal-perl" package

Please follow the instructions below to install libmath-vectorreal-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libmath-vectorreal-perl" package

Learn how to uninstall libmath-vectorreal-perl on Ubuntu 21.10 (Impish Indri):

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

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

Package: libmath-vectorreal-perl
Architecture: all
Version: 1.02-2
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 41
Depends: perl:any
Filename: pool/universe/libm/libmath-vectorreal-perl/libmath-vectorreal-perl_1.02-2_all.deb
Size: 14420
MD5sum: e64e11cb2e920391a4c2e8a93685e484
SHA1: db029b37653efdb7425fc20d66c780b7fec4ffdc
SHA256: a4e7e4a42191227e53a2bbee6fa53ea809ef4d4b03a132cfe9d3f7dc5f540e1b
SHA512: 5f90173d237dc6c0752e59310f1aad2d6c5615ca77263629013a253839e5e2ed9e75684ec7bf92874a5105a2d1032c0e64f1e6627f8834ce430269f32b5ccb40
Homepage: https://metacpan.org/release/Math-VectorReal
Description-en: 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: 55fce0b03e4dc2fdc679291acd7eab0c