How to Install and Uninstall libclass-std-storable-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

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

This is a short guide on how to install libclass-std-storable-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Here is a brief guide to show you how to uninstall libclass-std-storable-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libclass-std-storable-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libclass-std-storable-perl
Priority: optional
Section: universe/perl
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: KURASHIKI Satoru
Architecture: all
Version: 0.0.1-2
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
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
Homepage: https://metacpan.org/release/Class-Std-Storable
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu