How to Install and Uninstall perl-MooX-Options Package on openSUSE Leap

Last updated: May 19,2024

1. Install "perl-MooX-Options" package

This guide covers the steps necessary to install perl-MooX-Options on openSUSE Leap

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

2. Uninstall "perl-MooX-Options" package

Please follow the step by step instructions below to uninstall perl-MooX-Options on openSUSE Leap:

$ sudo zypper remove perl-MooX-Options

3. Information about the perl-MooX-Options package on openSUSE Leap

Information for package perl-MooX-Options:
------------------------------------------
Repository : Main Repository
Name : perl-MooX-Options
Version : 4.103-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 120.4 KiB
Installed : No
Status : not installed
Source package : perl-MooX-Options-4.103-bp155.1.4.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.