How to Install and Uninstall libgetopt-tabular-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 19,2024

1. Install "libgetopt-tabular-perl" package

Please follow the guidance below to install libgetopt-tabular-perl on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libgetopt-tabular-perl

2. Uninstall "libgetopt-tabular-perl" package

This guide let you learn how to uninstall libgetopt-tabular-perl on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libgetopt-tabular-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgetopt-tabular-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libgetopt-tabular-perl
Architecture: all
Version: 0.3-2.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 101
Depends: perl:any
Filename: pool/universe/libg/libgetopt-tabular-perl/libgetopt-tabular-perl_0.3-2.1_all.deb
Size: 40012
MD5sum: 33dee73074ae5291340b14b5a600b696
SHA1: 1033880337abbcb0095f44e1211353784fa32f51
SHA256: d5a8f365d3031c8831860ad8a1386dd57bfad91533f22768a0aec88877b00186
SHA512: cb2e7872ae31c3dbf9b1ded805c9a5c9a780cda44c2df427fd94b1ea382dc3cbaa87d684ee4be3369493c7bbe5d6d05628045386a391ec70d69f090261581f97
Homepage: https://metacpan.org/release/Getopt-Tabular
Description-en: table-driven argument parsing for Perl 5
Getopt::Tabular is a Perl 5 module for table-driven argument parsing,
vaguely inspired by John Ousterhout's Tk_ParseArgv.
.
Some nice features of Getopt::Tabular are:
* Command-line arguments are carefully type-checked, both by pattern and
number -- e.g. if an option requires two integers, GetOptions makes sure
that exactly two integers follow it!
* The valid command-line arguments are specified in a data structure
separate from the call to GetOptions; this makes it easier to have very
long lists of options, and to parse options from multiple sources
(e.g. the command line, an environment variable, and a configuration file).
* Getopt::Tabular can intelligently generate help text based on your option
descriptions.
* The type system is extensible, and if you can define your desired argument
type using a single Perl regular expression then it's particularly easy to
extend.
* Options can be abbreviated and come in any order.
* A "spoof" mode in which arguments are parsed without side-effects.
Description-md5: 756f596a97c5ca0f3455527417523c7c