How to Install and Uninstall libclass-c3-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 21,2024

1. Install "libclass-c3-perl" package

This tutorial shows how to install libclass-c3-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libclass-c3-perl" package

Please follow the steps below to uninstall libclass-c3-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libclass-c3-perl package on Ubuntu 21.10 (Impish Indri)

Package: libclass-c3-perl
Architecture: all
Version: 0.35-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: 47
Depends: perl:any, libalgorithm-c3-perl
Recommends: libclass-c3-xs-perl
Filename: pool/universe/libc/libclass-c3-perl/libclass-c3-perl_0.35-1_all.deb
Size: 19032
MD5sum: c3c05d687bef1ae022ce34411167a2c5
SHA1: a0a4b4e63c3d919e7cd316d056e2bce5d6e0122c
SHA256: d472a165310ded40014ef5a1662d065397b8598241539953c413e67bc52c4d4a
SHA512: c563cc4e50f2896f6a9317858f97a4394a3136041bceeb05b2c9d5c5b38aa6a805aa3aaef05b9a624749451b377684aa678b0ec86b4f1d589a662382c626fd89
Homepage: https://metacpan.org/release/Class-C3
Description-en: pragma for using the C3 method resolution order
Class::C3 is a Perl pragma that modifies the standard method resolution order
from depth-first left-to-right to the more sophisticated C3 method resolution
order.
.
The C3 algorithm aims to provide a sane method resolution order with multiple
inheritance. It was first introduced in the Dylan language, later adopted for
Python 2.3. It is also the canonical MRO implementation for Perl 6 classes
and is the default for Parrot objects as well.
Description-md5: 3f1d1676f63dab7129fb8ece8f37bbb9
Task: ubuntukylin-desktop