How to Install and Uninstall libclass-c3-perl Package on Kali Linux

Last updated: May 03,2024

1. Install "libclass-c3-perl" package

In this section, we are going to explain the necessary steps to install libclass-c3-perl on Kali Linux

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

2. Uninstall "libclass-c3-perl" package

This is a short guide on how to uninstall libclass-c3-perl on Kali Linux:

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

3. Information about the libclass-c3-perl package on Kali Linux

Package: libclass-c3-perl
Version: 0.35-2
Installed-Size: 48
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libalgorithm-c3-perl
Recommends: libclass-c3-xs-perl
Size: 20992
SHA256: 5504859968dde2ec2392115299f9363c8096eb6e950565dbe822a16d0e2c2f3f
SHA1: 9c0de48c6d7394c11f033bbfc6450c460f9fdbd1
MD5sum: 75868ee56ff48258fbb187e1cf9caea5
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Class-C3
Tag: role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libc/libclass-c3-perl/libclass-c3-perl_0.35-2_all.deb