How to Install and Uninstall libperlx-maybe-perl Package on Kali Linux

Last updated: October 04,2024

1. Install "libperlx-maybe-perl" package

Please follow the guidelines below to install libperlx-maybe-perl on Kali Linux

$ sudo apt update $ sudo apt install libperlx-maybe-perl

2. Uninstall "libperlx-maybe-perl" package

In this section, we are going to explain the necessary steps to uninstall libperlx-maybe-perl on Kali Linux:

$ sudo apt remove libperlx-maybe-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libperlx-maybe-perl package on Kali Linux

Package: libperlx-maybe-perl
Version: 1.202-1
Installed-Size: 38
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libmodule-manifest-skip-perl
Recommends: libperlx-maybe-xs-perl, libexporter-tiny-perl
Suggests: libsyntax-perl
Size: 14084
SHA256: f7403592d7e79c059f96b792a986e63136ef0584cc1ed52471b7dc819a211b3b
SHA1: c2c9b21fbab1e8202da4ffe6d0167d2b55186477
MD5sum: 3783bf4c87c4e9b98d03f2be4b125414
Description: return a pair only if they are both defined
Moose classes (and some other classes) distinguish between an attribute
being unset and the attribute being set to undef. Supplying a
constructor arguments like this:
.
my $bob = Person->new(
name => $name,
age => $age,
);
.
Will result in the "name" and "age" attributes possibly being set to
undef (if the corresponding $name and $age variables are not defined),
which may violate the Person class' type constraints.
.
PerlX::Maybe checks that $x and $y are both defined. If they are, it
returns them both as a list; otherwise it returns the empty list.
.
This package also includes Syntax::Feature::Maybe.
Description-md5:
Homepage: https://metacpan.org/release/PerlX-Maybe
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libp/libperlx-maybe-perl/libperlx-maybe-perl_1.202-1_all.deb