How to Install and Uninstall libclass-c3-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 20,2024

1. Install "libclass-c3-perl" package

This is a short guide on how to install libclass-c3-perl on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libclass-c3-perl" package

Learn how to uninstall libclass-c3-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libclass-c3-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libclass-c3-perl
Architecture: all
Version: 0.34-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, libalgorithm-c3-perl
Recommends: libclass-c3-xs-perl
Filename: pool/universe/libc/libclass-c3-perl/libclass-c3-perl_0.34-1_all.deb
Size: 18852
MD5sum: 9d7f78d1f46ced246cee2a95dc0a3546
SHA1: 5d65db3b5d60c3819d2ad1ab6d44de1ed449aaec
SHA256: 61a7b60dab497be8b49dc003cde4b37f61a2c28da0ecf34e3583270eb928cd30
SHA512: 78a10b517469cc0b4e5e89e226b6731416b6df13d3e6b751da4f44f518f00b174c4b86f9593ce32d7a269fd2b2bf93d0a1393376329f2b3ab6ef2299382ca054
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