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

Last updated: May 06,2024

1. Install "libmath-cartesian-product-perl" package

Please follow the steps below to install libmath-cartesian-product-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmath-cartesian-product-perl

2. Uninstall "libmath-cartesian-product-perl" package

This guide let you learn how to uninstall libmath-cartesian-product-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmath-cartesian-product-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libmath-cartesian-product-perl
Priority: optional
Section: universe/perl
Installed-Size: 33
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.009-1
Depends: perl
Filename: pool/universe/libm/libmath-cartesian-product-perl/libmath-cartesian-product-perl_1.009-1_all.deb
Size: 8646
MD5sum: 5806ba2bd8a03d5f08a59cf77722568b
SHA1: eee4e7bb89b0d8d7d7d46f887ec8a164bac414db
SHA256: dfc879bdf70d0a9992779629534d26b6796311e64ada02dfb2643ccad1481c4e
Description-en: generate the Cartesian product of zero or more lists
Math::Cartesian::Product generates the Cartesian product of zero or
more lists.
.
Given two lists, say: [a,b] and [1,2,3], the Cartesian product is the
set of all ordered pairs:
.
(a,1), (a,2), (a,3), (b,1), (b,2), (b,3)
.
which select their first element from all the possibilities listed in
the first list, and select their second element from all the
possibilities in the second list.
.
The idea can be generalized to n-tuples selected from n lists where all
the elements of the first list are combined with all the elements of
the second list, the results of which are then combined with all the
member of the third list and so on over all the input lists.
Description-md5: 07896b1f4057c729739122df49436cd5
Homepage: https://metacpan.org/release/Math-Cartesian-Product
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu