How to Install and Uninstall perl-MooX-Options Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "perl-MooX-Options" package

In this section, we are going to explain the necessary steps to install perl-MooX-Options on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-MooX-Options

2. Uninstall "perl-MooX-Options" package

This guide let you learn how to uninstall perl-MooX-Options on openSuSE Tumbleweed:

$ sudo zypper remove perl-MooX-Options

3. Information about the perl-MooX-Options package on openSuSE Tumbleweed

Information for package perl-MooX-Options:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-MooX-Options
Version : 4.103-1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 118.8 KiB
Installed : No
Status : not installed
Source package : perl-MooX-Options-4.103-1.17.src
Upstream URL : https://metacpan.org/release/MooX-Options
Summary : Explicit Options eXtension for Object Class
Description :
Create a command line tool with your Moo, Moose objects.
Everything is explicit. You have an 'option' keyword to replace the usual
'has' to explicitly use your attribute into the command line.
The 'option' keyword takes additional parameters and uses
Getopt::Long::Descriptive to generate a command line tool.