How to Install and Uninstall perl-MooseX-ArrayRef Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "perl-MooseX-ArrayRef" package

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

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

2. Uninstall "perl-MooseX-ArrayRef" package

Here is a brief guide to show you how to uninstall perl-MooseX-ArrayRef on openSuSE Tumbleweed:

$ sudo zypper remove perl-MooseX-ArrayRef

3. Information about the perl-MooseX-ArrayRef package on openSuSE Tumbleweed

Information for package perl-MooseX-ArrayRef:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-MooseX-ArrayRef
Version : 0.005-1.30
Arch : noarch
Vendor : openSUSE
Installed Size : 42.8 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-ArrayRef-0.005-1.30.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.