How to Install and Uninstall perl-CLI-Osprey Package on openSuSE Tumbleweed

Last updated: June 06,2024

1. Install "perl-CLI-Osprey" package

This tutorial shows how to install perl-CLI-Osprey on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-CLI-Osprey

2. Uninstall "perl-CLI-Osprey" package

Please follow the guidance below to uninstall perl-CLI-Osprey on openSuSE Tumbleweed:

$ sudo zypper remove perl-CLI-Osprey

3. Information about the perl-CLI-Osprey package on openSuSE Tumbleweed

Information for package perl-CLI-Osprey:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-CLI-Osprey
Version : 0.08-1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 64.8 KiB
Installed : No
Status : not installed
Source package : perl-CLI-Osprey-0.08-1.13.src
Upstream URL : https://metacpan.org/release/CLI-Osprey
Summary : MooX::Options + MooX::Cmd + Sanity
Description :
CLI::Osprey is a module to assist in writing commandline applications with
M* OO modules (Moose, Moo, Mo). With it, you structure your app as one or
more modules, which get instantiated with the commandline arguments as
attributes. Arguments are parsed using Getopt::Long::Descriptive, and both
long and short help messages as well as complete manual pages are
automatically generated. An app can be a single command with options, or
have sub-commands (like 'git'). Sub-commands can be defined as modules
(with options of their own) or as simple coderefs.