How to Install and Uninstall perl-Moose-Autobox Package on openSUSE Leap

Last updated: November 23,2024

1. Install "perl-Moose-Autobox" package

Here is a brief guide to show you how to install perl-Moose-Autobox on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Moose-Autobox

2. Uninstall "perl-Moose-Autobox" package

Please follow the guidelines below to uninstall perl-Moose-Autobox on openSUSE Leap:

$ sudo zypper remove perl-Moose-Autobox

3. Information about the perl-Moose-Autobox package on openSUSE Leap

Information for package perl-Moose-Autobox:
-------------------------------------------
Repository : Main Repository
Name : perl-Moose-Autobox
Version : 0.16-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 102.7 KiB
Installed : No
Status : not installed
Source package : perl-Moose-Autobox-0.16-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/Moose-Autobox/
Summary : Autoboxed wrappers for Native Perl datatypes
Description :
Moose::Autobox provides an implementation of SCALAR, ARRAY, HASH & CODE for
use with autobox. It does this using a hierarchy of roles in a manner
similar to what Perl 6 _might_ do. This module, like Class::MOP and Moose,
was inspired by my work on the Perl 6 Object Space, and the 'core types'
implemented there.