How to Install and Uninstall libstruct-dumb-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "libstruct-dumb-perl" package

This guide let you learn how to install libstruct-dumb-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libstruct-dumb-perl

2. Uninstall "libstruct-dumb-perl" package

Here is a brief guide to show you how to uninstall libstruct-dumb-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libstruct-dumb-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libstruct-dumb-perl package on Ubuntu 21.10 (Impish Indri)

Package: libstruct-dumb-perl
Architecture: all
Version: 0.12-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 30
Depends: perl:any
Filename: pool/universe/libs/libstruct-dumb-perl/libstruct-dumb-perl_0.12-1_all.deb
Size: 12040
MD5sum: 7a9d72327e4a4152693ad8085f6cf2d4
SHA1: f08cca468ba53951747fb72bbb69f694056028f2
SHA256: 1b1c32626e305c23af82c245b0b9494e571e4aa0ce93ffdf1f6b8863e7e2fce2
SHA512: ba62fe038788e88b2ec8e71a6bba09332024ecfdba0d70e9d12aba21e968d938107b2355f19c1b56743664d4a3f9c0ebf8ecef845ed54b56114a26a2ed6637f1
Homepage: https://metacpan.org/release/Struct-Dumb
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