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

Last updated: April 29,2024

1. Install "libclass-std-storable-perl" package

Please follow the guidance below to install libclass-std-storable-perl on Kali Linux

$ sudo apt update $ sudo apt install libclass-std-storable-perl

2. Uninstall "libclass-std-storable-perl" package

Please follow the step by step instructions below to uninstall libclass-std-storable-perl on Kali Linux:

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

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

Package: libclass-std-storable-perl
Version: 0.0.1-3
Installed-Size: 38
Maintainer: Debian QA Group
Architecture: all
Depends: perl:any, libclass-std-perl (>= 0.0.4)
Size: 14728
SHA256: 4d7712cf6fae450bde1f9d71b84622f7ce59a0b68ab9b686e8e96d712d2ab4db
SHA1: 4a81e67754fc3a6f5cf87480f4e5022ce63dffe3
MD5sum: 6322e3581e0a40fd1fb15794be185143
Description: Support for creating serializable "inside-out" classes
Class::Std introduced the "inside-out" model for classes (perldoc Class::Std
for details). Among its salient features is complete encapsulation; that is,
an object's data may only be accessed via its methods, unlike the usual
hashref model that permits direct access by any code whatsoever. However, the
drawback of complete encapsulation is that normal mechanisms for
serialization won't work, as they rely on direct access to an object's
attributes.
.
This class provides the class-building functionality from Class::Std, and in
addition provides an interface to allow Storable to freeze and thaw any
declared attributes of this class and any superclasses that were built via
Class::Std::Storable.
.
However, in order to let Storable save attributes and construct the object,
it is necessary to expose the attributes of the class to the world. Thus, any
code could use the same interface that Storable does to get a copy of object
attributes and create new objects with arbitrary attributes without going
through the constructor. While the interface CAN'T be used to replace the
existing attributes of an object, it COULD be used to create an arbitrarily
mutated clone of an object without going through its methods. Also, if
attributes are themselves references, then the objects to which they refer
can be obtained and modified.
Description-md5:
Homepage: https://metacpan.org/release/Class-Std-Storable
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libc/libclass-std-storable-perl/libclass-std-storable-perl_0.0.1-3_all.deb