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

Last updated: May 18,2024

1. Install "libalgorithm-c3-perl" package

Here is a brief guide to show you how to install libalgorithm-c3-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libalgorithm-c3-perl

2. Uninstall "libalgorithm-c3-perl" package

This is a short guide on how to uninstall libalgorithm-c3-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libalgorithm-c3-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libalgorithm-c3-perl
Priority: optional
Section: universe/perl
Installed-Size: 29
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.10-1
Depends: perl
Filename: pool/universe/liba/libalgorithm-c3-perl/libalgorithm-c3-perl_0.10-1_all.deb
Size: 11260
MD5sum: ea3dc94683363ceac6401807542a4fc7
SHA1: 4ca10a0d0cdd103a64f413243859db3f5acb944a
SHA256: e54c58171fc1cbf2f2c211a45a7a69d73d289e85ec2830f1a9a4224c71cfa513
Description-en: Perl module for merging hierarchies using the C3 algorithm
The Algorithm::C3 module implements the C3 algorithm.
.
C3 is the name of an algorithm which aims to provide a sane method resolution
order under multiple inheritence. It was first introduced in the language
Dylan, and then later adopted as the preferred MRO (Method Resolution Order)
for the new-style classes in Python 2.3. Most recently it has been adopted as
the 'canonical' MRO for Perl 6 classes, and the default MRO for Parrot
objects as well.
Description-md5: 86ae31ac257fe5e4d7d54694fd613746
Homepage: https://metacpan.org/release/Algorithm-C3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu