How to Install and Uninstall libclass-std-storable-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 08,2024

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

In this section, we are going to explain the necessary steps to install libclass-std-storable-perl on Ubuntu 20.10 (Groovy Gorilla)

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

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

This is a short guide on how to uninstall libclass-std-storable-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libclass-std-storable-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libclass-std-storable-perl
Architecture: all
Version: 0.0.1-2
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: KURASHIKI Satoru
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 67
Depends: perl, libclass-std-perl (>= 0.0.4)
Filename: pool/universe/libc/libclass-std-storable-perl/libclass-std-storable-perl_0.0.1-2_all.deb
Size: 14374
MD5sum: 1518dbcef5b119abe441f2efc4f44b3d
SHA1: 8409f891677833c65f66a102092782b9103d6950
SHA256: 82ed10eab0660bca6494a15703b81057c98727fab39f56b09b8c01e61f0b32a8
SHA512: ed6b15e8339f9a8558f95535d869ed0ae2ab97c2957f6fdfa9031f30078cbd8ff499400a2faa2c55071783d9f5298635df7021858e532c70eef6709f6667a76c
Homepage: https://metacpan.org/release/Class-Std-Storable
Description-en: 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: a07cd462d015161614b9f2d83c06e037