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

Last updated: May 18,2024

1. Install "libmath-quaternion-perl" package

Learn how to install libmath-quaternion-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libmath-quaternion-perl" package

This guide covers the steps necessary to uninstall libmath-quaternion-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libmath-quaternion-perl
Priority: optional
Section: universe/perl
Installed-Size: 75
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.07-1
Depends: perl
Filename: pool/universe/libm/libmath-quaternion-perl/libmath-quaternion-perl_0.07-1_all.deb
Size: 16780
MD5sum: 3ca25b4b6c71032dc0b7f1ad164b35d8
SHA1: 7287f534a8964ee368040b8710d2f4b807a591c3
SHA256: 5292f15052d52170adbe3cc3dcc8b8168924b24480027bd90c293d2c069c3370
Description-en: 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: 6e783c2c4edc758d178fea2778df1771
Homepage: https://metacpan.org/release/Math-Quaternion/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu