How to Install and Uninstall libstruct-dumb-perl Package on Kali Linux

Last updated: March 14,2025

1. Install "libstruct-dumb-perl" package

This guide let you learn how to install libstruct-dumb-perl on Kali Linux

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

2. Uninstall "libstruct-dumb-perl" package

This guide covers the steps necessary to uninstall libstruct-dumb-perl on Kali Linux:

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

3. Information about the libstruct-dumb-perl package on Kali Linux

Package: libstruct-dumb-perl
Version: 0.14-1
Installed-Size: 34
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 13660
SHA256: 9fb84d355df5a8c63afc54e6cda8b04e4b01f7e0f3104a47e7daba3c04b4d40a
SHA1: 19672e6eba4f75fc09a47ebd423a2e1c8592d1d2
MD5sum: 0ea032a4498dcc2aa5ee3c4dd54c2575
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Struct-Dumb
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libs/libstruct-dumb-perl/libstruct-dumb-perl_0.14-1_all.deb