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

Last updated: May 18,2024

1. Install "perl-MooseX-ArrayRef" package

Learn how to install perl-MooseX-ArrayRef on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-MooseX-ArrayRef

2. Uninstall "perl-MooseX-ArrayRef" package

Please follow the instructions below to uninstall perl-MooseX-ArrayRef on openSUSE Leap:

$ sudo zypper remove perl-MooseX-ArrayRef

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

Information for package perl-MooseX-ArrayRef:
---------------------------------------------
Repository : Main Repository
Name : perl-MooseX-ArrayRef
Version : 0.005-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 43.0 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-ArrayRef-0.005-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/MooseX-ArrayRef/
Summary : blessed arrayrefs with Moose
Description :
Objects implemented with arrayrefs rather than hashrefs are often faster
than those implemented with hashrefs. Moose's default object implementation
is hashref based. Can we go faster?
Simply 'use MooseX::ArrayRef' instead of 'use Moose', but note the
limitations in the section below.
The current implementation is mostly a proof of concept, but it does mostly
seem to work.