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

Last updated: November 26,2024

1. Install "libmath-quaternion-perl" package

Here is a brief guide to show you how to install libmath-quaternion-perl on Kali Linux

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

2. Uninstall "libmath-quaternion-perl" package

This is a short guide on how to uninstall libmath-quaternion-perl on Kali Linux:

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

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

Package: libmath-quaternion-perl
Version: 0.07-3
Installed-Size: 47
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 17236
SHA256: 6aa1f0fd678f687ad44c4e79880b7d5f4298327443d70bb4450d36cc0ae8ccc0
SHA1: 78b8f437df23dd070bf66e7eb44f795b287521e5
MD5sum: 56b036315a053c87292692089425bf07
Description: Perl routines to handle operations on quaternions
Math::Quaternion lets you create and manipulate quaternions. A quaternion is a
mathematical object developed as a kind of generalization of complex numbers,
usually represented by an array of four real numbers, and is often used to
represent rotations in three-dimensional space.
.
See, for example, http://mathworld.wolfram.com/Quaternion.html for more
details on the mathematics of quaternions.
.
Quaternions can be added, subtracted, and scaled just like complex numbers or
vectors -- they can also be multiplied, but quaternion multiplication DOES
NOT COMMUTE. That is to say, if you have quaternions $q1 and $q2, then in
general $q1*$q2 != $q2*$q1. This is related to their use in representing
rotations, which also do not commute.
Description-md5:
Homepage: https://metacpan.org/release/Math-Quaternion
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libm/libmath-quaternion-perl/libmath-quaternion-perl_0.07-3_all.deb