How to Install and Uninstall libmousex-getopt-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 09,2024

1. Install "libmousex-getopt-perl" package

Here is a brief guide to show you how to install libmousex-getopt-perl on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libmousex-getopt-perl

2. Uninstall "libmousex-getopt-perl" package

Please follow the step by step instructions below to uninstall libmousex-getopt-perl on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libmousex-getopt-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmousex-getopt-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libmousex-getopt-perl
Architecture: all
Version: 0.38-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: 83
Depends: perl, libgetopt-long-descriptive-perl, libmouse-perl
Filename: pool/universe/libm/libmousex-getopt-perl/libmousex-getopt-perl_0.38-1_all.deb
Size: 36420
MD5sum: b71667000b1358480b49e9697e58c76a
SHA1: dfc2d1b0415deacec1a046d4eaf10ad4755f82c6
SHA256: 9464a62932be81d45095d40256b12e865cad9df86c51ace9dd7cc41251e5468d
SHA512: 4a1a06d8e5882259a34f01f6c46c876cc7b0caa7daa884fb6094b74c823c53923808d8b7927d42baa42a8f8c82f6344e837e82abb7ff37a99ca36dbeabc84749
Homepage: https://metacpan.org/release/MouseX-Getopt
Description-en: Mouse role for processing command line options
MouseX::Getopt is a role which provides an alternate constructor for creating
objects using parameters passed in from the command line.
.
MouseX::Getopt attempts to DWIM as much as possible with the command line
params by introspecting your class's attributes. It will use the name of your
attribute as the command line option, and if there is a type constraint
defined, it will configure Getopt::Long to handle the option accordingly.
.
You can use the trait MouseX::Getopt::Meta::Attribute::Trait or the attribute
metaclass MouseX::Getopt::Meta::Attribute to get non-default commandline
option names and aliases.
.
You can use the trait MouseX::Getopt::Meta::Attribute::Trait::NoGetopt or the
attribute metaclass MouseX::Getopt::Meta::Attribute::NoGetopt to have
MouseX::Getopt ignore your attribute in the commandline options.
Description-md5: ed9ea4e2a5a4300ee8ddd69d83a2d4df