How to Install and Uninstall libgetargs-long-perl Package on Kali Linux

Last updated: May 16,2024

1. Install "libgetargs-long-perl" package

Please follow the instructions below to install libgetargs-long-perl on Kali Linux

$ sudo apt update $ sudo apt install libgetargs-long-perl

2. Uninstall "libgetargs-long-perl" package

This guide let you learn how to uninstall libgetargs-long-perl on Kali Linux:

$ sudo apt remove libgetargs-long-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgetargs-long-perl package on Kali Linux

Package: libgetargs-long-perl
Version: 1.1012-6
Installed-Size: 59
Maintainer: Colin Watson
Architecture: all
Depends: liblog-agent-perl, perl:any
Size: 23840
SHA256: 0db9f757b48dfc795226893c4379e03472d8601fcf861a4b5b261489336d7377
SHA1: 916d34c1601e6fef70799c36d2c3a3faa11051fa
MD5sum: f535b7fd41793b173474a3987589c699
Description: Perl module to parse long function arguments
The Getargs::Long module allows usage of named parameters in function
calls, along with optional argument type-checking. It provides an easy
way to get at the parameters within the routine, and yields concise
descriptions for the common cases of all-mandatory and all-optional
parameter lists.
.
The validation of arguments can be done by a structure-driven routine
getargs() which is fine for infrequently called routines (but should be
slower), or via a dedicated routine created and compiled on the fly the
first time it is needed, by using the cgetargs() family (expected to be
faster).
.
The Log::Agent module is used to report errors, which leaves to the
application the choice of the final logging method: to a file, to
STDERR, or to syslog.
.
Note that this module is still in the alpha stage of development, and
the interface to it may change: indeed, it changed between 0.1.2 and
0.1.3.
Description-md5:
Homepage: https://metacpan.org/release/Getargs-Long/
Tag: devel::lang:perl, devel::library, implemented-in::perl,
interface::commandline, role::program
Section: perl
Priority: optional
Filename: pool/main/libg/libgetargs-long-perl/libgetargs-long-perl_1.1012-6_all.deb