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

Last updated: May 22,2024

1. Install "libclass-perl" package

Learn how to install libclass-perl on Kali Linux

$ sudo apt update $ sudo apt install libclass-perl

2. Uninstall "libclass-perl" package

Please follow the guidelines below to uninstall libclass-perl on Kali Linux:

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

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

Package: libclass-perl
Version: 1.1.8-1
Installed-Size: 19
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 7472
SHA256: bfab7dc3fae79261b928b2fdc7261bd874198b2466dba7eec51debedfb6f1ff7
SHA1: 4e1f28a3763f070fb74911564c0291d1746b3043
MD5sum: b7cc2614f955eb22001b5580ad466dca
Description: module providing aliases for __PACKAGE__
CLASS is a minimalistic Perl module that simply provides aliases for the
special literal, __PACKAGE__, which represents the current package name at
that point during program execution. The aliases are mapped at compile-time,
so there is no performance hit except for compilation of the module itself.
.
This module ensures that CLASS and $CLASS can be used anywhere in place of
__PACKAGE__, and since $CLASS is a scalar, it has the additional benefit of
working in strings.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/CLASS
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libc/libclass-perl/libclass-perl_1.1.8-1_all.deb