How to Install and Uninstall libmath-vector-real-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

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 Ubuntu 16.04 LTS (Xenial Xerus)

$ 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 Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libmath-vector-real-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmath-vector-real-perl
Priority: optional
Section: universe/perl
Installed-Size: 89
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.17-1
Depends: perl
Filename: pool/universe/libm/libmath-vector-real-perl/libmath-vector-real-perl_0.17-1_all.deb
Size: 17940
MD5sum: adc813635c5bc453a5c00556269e86de
SHA1: c49ded5c1d7d0acb130f350ff4ad5ac9888a7f8b
SHA256: adf4cdd69457aed26ca98a39c0fafbb2afd588dd227a388ba030989b6e717c3d
Description-en: 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: d862d78fe3f267093abbf451d91f0968
Homepage: https://metacpan.org/release/Math-Vector-Real
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu