How to Install and Uninstall libgetargs-long-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 16,2024

1. Install "libgetargs-long-perl" package

This guide let you learn how to install libgetargs-long-perl on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libgetargs-long-perl" package

This tutorial shows how to uninstall libgetargs-long-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libgetargs-long-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libgetargs-long-perl
Architecture: all
Version: 1.1012-3
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Colin Watson
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 58
Depends: liblog-agent-perl, perl (>= 5.8), perl:any
Filename: pool/universe/libg/libgetargs-long-perl/libgetargs-long-perl_1.1012-3_all.deb
Size: 22276
MD5sum: 2cfc8484dfbbee238ed539c957b15c83
SHA1: 2e9b505d2c24de244ddb39fd2c6e745c97e476aa
SHA256: a53968fff2dcdd4d6750a1f74303fd0554ecdfd75f1cf6ded9c7dd8367d5e894
SHA512: 99e4f1a95967e4fbd5b889dda7e02f8241b1108b6ab9d50637181ea84bd7211b8e8b253917654f36007d658c698557484965590370d9aa215cab8d69bb6c2633
Homepage: https://metacpan.org/release/Getargs-Long/
Description-en: 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: 06bd64b4006e66ba22f09710bb6528b5