How to Install and Uninstall libgetargs-long-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "libgetargs-long-perl" package

This guide covers the steps necessary to install libgetargs-long-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libgetargs-long-perl" package

Please follow the guidelines below to uninstall libgetargs-long-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libgetargs-long-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libgetargs-long-perl
Priority: optional
Section: universe/perl
Installed-Size: 58
Maintainer: Colin Watson
Architecture: all
Version: 1.1007-3
Depends: perl (>= 5.6.1), liblog-agent-perl
Filename: pool/universe/libg/libgetargs-long-perl/libgetargs-long-perl_1.1007-3_all.deb
Size: 22162
MD5sum: 565c673ab3378cbae36817a6f7e852f2
SHA1: df26574bdb84d63f6f4d4d9cc4ffca2441753cc3
SHA256: ccce5fc75ded0f87af6667c90ae1b5b0420d1290e794dcc591a04f8b742ab6ba
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
Homepage: http://search.cpan.org/dist/Getargs-Long/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu