How to Install and Uninstall libmoox-struct-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libmoox-struct-perl" package

Please follow the guidance below to install libmoox-struct-perl on Kali Linux

$ sudo apt update $ sudo apt install libmoox-struct-perl

2. Uninstall "libmoox-struct-perl" package

Please follow the steps below to uninstall libmoox-struct-perl on Kali Linux:

$ sudo apt remove libmoox-struct-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmoox-struct-perl package on Kali Linux

Package: libmoox-struct-perl
Version: 0.020-2
Installed-Size: 56
Maintainer: Debian Perl Group
Architecture: all
Depends: libb-hooks-endofscope-perl, libexporter-tiny-perl, libmoo-perl, libnamespace-autoclean-perl, libobject-id-perl, libtype-tiny-perl, perl:any
Size: 25100
SHA256: 2f9df54b7fbb3fd2cc8a42088465b76203a04f4d22e82ece901b004f4e656131
SHA1: 1c7298e6802963b9407c847b7c6add0d815b62b9
MD5sum: 18ad5c13e77a0bd29bc3311f0ff1c2eb
Description: simple lightweight record-like structures making sounds like cows
MooX::Struct allows you to create cheap struct-like classes
for your data using Moo.
.
While similar in spirit to MooseX::Struct and Class::Struct,
MooX::Struct has a somewhat different usage pattern.
Rather than providing you with a "struct" keyword
which can be used to define structs,
you define all the structs as part of the "use" statement.
This means they happen at compile time.
.
A struct is just an "anonymous" Moo class.
MooX::Struct creates this class for you,
and installs a lexical alias for it in your namespace.
Thus your module can create a "Point3D" struct,
and some other module can too,
and they won't interfere with each other.
All struct classes inherit from MooX::Struct.
Description-md5:
Homepage: https://metacpan.org/release/MooX-Struct
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libm/libmoox-struct-perl/libmoox-struct-perl_0.020-2_all.deb