How to Install and Uninstall libstruct-dumb-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: March 03,2025
1. Install "libstruct-dumb-perl" package
Please follow the step by step instructions below to install libstruct-dumb-perl on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
libstruct-dumb-perl
Copied
2. Uninstall "libstruct-dumb-perl" package
In this section, we are going to explain the necessary steps to uninstall libstruct-dumb-perl on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
libstruct-dumb-perl
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libstruct-dumb-perl package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: libstruct-dumb-perl
Priority: optional
Section: universe/perl
Installed-Size: 26
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.08-1
Depends: perl
Filename: pool/universe/libs/libstruct-dumb-perl/libstruct-dumb-perl_0.08-1_all.deb
Size: 9448
MD5sum: 72fc195056a8b80b6fc4fc766034abf9
SHA1: 8885c5a3d2fabf5c967f2a343c4d35455ef5cb8f
SHA256: 2a5de0d1f7a695db2c6d6e26b5285886a202acca78e58b6f5dcf66cf2d0fa4e6
Description-en: module to create simple lightweight record-like structures
Struct::Dumb creates record-like structure types, similar to the struct
keyword in C, C++ or C#, or Record in Pascal. An invocation of this module
will create a construction function which returns new object references with
the given field values. These references all respond to lvalue methods that
access or modify the values stored.
.
It's specifically and intentionally not meant to be an object class. You
cannot subclass it. You cannot provide additional methods. You cannot apply
roles or mixins or metaclasses or traits or antlers or whatever else is in
fashion this week.
.
On the other hand, it is tiny, creates cheap lightweight array-backed
structures, uses nothing outside of core. It's intended simply to be a
slightly nicer way to store data structures, where otherwise you might be
tempted to abuse a hash, complete with the risk of typoing key names. The
constructor will croak if passed the wrong number of arguments, as will
attempts to refer to fields that don't exist.
Description-md5: b85f6e20628ca995cf195f0f37db3cb4
Homepage: https://metacpan.org/release/Struct-Dumb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/perl
Installed-Size: 26
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.08-1
Depends: perl
Filename: pool/universe/libs/libstruct-dumb-perl/libstruct-dumb-perl_0.08-1_all.deb
Size: 9448
MD5sum: 72fc195056a8b80b6fc4fc766034abf9
SHA1: 8885c5a3d2fabf5c967f2a343c4d35455ef5cb8f
SHA256: 2a5de0d1f7a695db2c6d6e26b5285886a202acca78e58b6f5dcf66cf2d0fa4e6
Description-en: module to create simple lightweight record-like structures
Struct::Dumb creates record-like structure types, similar to the struct
keyword in C, C++ or C#, or Record in Pascal. An invocation of this module
will create a construction function which returns new object references with
the given field values. These references all respond to lvalue methods that
access or modify the values stored.
.
It's specifically and intentionally not meant to be an object class. You
cannot subclass it. You cannot provide additional methods. You cannot apply
roles or mixins or metaclasses or traits or antlers or whatever else is in
fashion this week.
.
On the other hand, it is tiny, creates cheap lightweight array-backed
structures, uses nothing outside of core. It's intended simply to be a
slightly nicer way to store data structures, where otherwise you might be
tempted to abuse a hash, complete with the risk of typoing key names. The
constructor will croak if passed the wrong number of arguments, as will
attempts to refer to fields that don't exist.
Description-md5: b85f6e20628ca995cf195f0f37db3cb4
Homepage: https://metacpan.org/release/Struct-Dumb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu