How to Install and Uninstall perl-MooseX-Role-Cmd Package on openSUSE Leap

Last updated: May 17,2024

1. Install "perl-MooseX-Role-Cmd" package

Here is a brief guide to show you how to install perl-MooseX-Role-Cmd on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-MooseX-Role-Cmd

2. Uninstall "perl-MooseX-Role-Cmd" package

In this section, we are going to explain the necessary steps to uninstall perl-MooseX-Role-Cmd on openSUSE Leap:

$ sudo zypper remove perl-MooseX-Role-Cmd

3. Information about the perl-MooseX-Role-Cmd package on openSUSE Leap

Information for package perl-MooseX-Role-Cmd:
---------------------------------------------
Repository : Main Repository
Name : perl-MooseX-Role-Cmd
Version : 0.10-bp155.3.9
Arch : noarch
Vendor : openSUSE
Installed Size : 19.2 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-Role-Cmd-0.10-bp155.3.9.src
Upstream URL : http://search.cpan.org/dist/MooseX-Role-Cmd/
Summary : Wrap system command binaries the Moose way
Description :
MooseX::Role::Cmd is a Moose role intended to ease the task of building
command-line wrapper modules. It automatically maps Moose objects into
command strings which are passed to IPC::Cmd.