How to Install and Uninstall libalgorithm-c3-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 18,2024

1. Install "libalgorithm-c3-perl" package

Learn how to install libalgorithm-c3-perl on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libalgorithm-c3-perl" package

This guide covers the steps necessary to uninstall libalgorithm-c3-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libalgorithm-c3-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libalgorithm-c3-perl
Architecture: all
Version: 0.11-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 28
Depends: perl:any
Filename: pool/universe/liba/libalgorithm-c3-perl/libalgorithm-c3-perl_0.11-1_all.deb
Size: 10984
MD5sum: a0b580020fe87ee2970653b1c6754adf
SHA1: b65e4107f7183ce873d5df8a91d0bfec3226b52a
SHA256: 532ed1821407777459619d6424156a7fb416ae92ba6781e67c00fdb6e5624ad1
SHA512: 1edccabef82b4513a7820f399da47277549740f29b75514ba91859672453057f91477a128a948a88c7ab5391fec3a9b0c21c7282e724358cf58a3fe23638c89c
Homepage: https://metacpan.org/release/Algorithm-C3
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 inheritance. 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: 72a632364ec9e6a9d2d9f69748b5aa21
Task: ubuntukylin-desktop