How to Install and Uninstall libgetopt-tabular-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: November 22,2024
1. Install "libgetopt-tabular-perl" package
Please follow the instructions below to install libgetopt-tabular-perl on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
libgetopt-tabular-perl
Copied
2. Uninstall "libgetopt-tabular-perl" package
Please follow the step by step instructions below to uninstall libgetopt-tabular-perl on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
libgetopt-tabular-perl
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libgetopt-tabular-perl package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: libgetopt-tabular-perl
Priority: optional
Section: universe/perl
Installed-Size: 131
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.3-2
Depends: perl
Filename: pool/universe/libg/libgetopt-tabular-perl/libgetopt-tabular-perl_0.3-2_all.deb
Size: 40396
MD5sum: c74468bae14f001ebb57c19a771d869a
SHA1: f44524a89898f1043854f2f1d08acf365a34ce0b
SHA256: 123d743be7ba6ad80fd3efd78f33d2ce5e25f08f32211da0c04689b4511946f4
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
Homepage: https://metacpan.org/release/Getopt-Tabular
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/perl
Installed-Size: 131
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.3-2
Depends: perl
Filename: pool/universe/libg/libgetopt-tabular-perl/libgetopt-tabular-perl_0.3-2_all.deb
Size: 40396
MD5sum: c74468bae14f001ebb57c19a771d869a
SHA1: f44524a89898f1043854f2f1d08acf365a34ce0b
SHA256: 123d743be7ba6ad80fd3efd78f33d2ce5e25f08f32211da0c04689b4511946f4
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
Homepage: https://metacpan.org/release/Getopt-Tabular
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu