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

Last updated: May 18,2024

1. Install "libclass-default-perl" package

Learn how to install libclass-default-perl on Kali Linux

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

2. Uninstall "libclass-default-perl" package

Here is a brief guide to show you how to uninstall libclass-default-perl on Kali Linux:

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

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

Package: libclass-default-perl
Version: 1.51-5
Installed-Size: 25
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 9760
SHA256: 7c1e51c233d15318575fad80a5eff3a36c50195b816e84aa9cdc61b76238baae
SHA1: 35a996861bd450d6a06fb264aed16ce0cced161a
MD5sum: 319d7bc71ebb76224b89b22ab56f637e
Description: Perl module to make static calls apply to a default instantiation
Class::Default provides a mechanism to allow your class to take static method
calls and apply it to a default instantiation of an object. It provides a
flexibility to an API that allows it to be used more comfortably in
different situations.
.
This technique appears to be especially useful when writing modules that you
want to be used in either a single use or a persistent environment. In a CGI
like environment, you want the simplicity of a static interface. You can
call Class->method directly, without having to pass an instantiation
around constantly.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Class-Default
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libc/libclass-default-perl/libclass-default-perl_1.51-5_all.deb