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

Last updated: May 20,2024

1. Install "libclass-c3-perl" package

This guide let you learn how to install libclass-c3-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libclass-c3-perl" package

Learn how to uninstall libclass-c3-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libclass-c3-perl
Priority: optional
Section: universe/perl
Installed-Size: 47
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.30-1
Depends: perl, libalgorithm-c3-perl
Recommends: libclass-c3-xs-perl
Filename: pool/universe/libc/libclass-c3-perl/libclass-c3-perl_0.30-1_all.deb
Size: 20380
MD5sum: 10f06d9ce13d8ebf024ce314b27d0300
SHA1: bd667970088cedaa441e732dff779fb3e2f96245
SHA256: 37bafc4cc3bf42abf63416cbe69e4238bdfac63c64095a1f1a89459276f6e2ab
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
Homepage: https://metacpan.org/release/Class-C3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu