How to Install and Uninstall perl-Moose-Autobox Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "perl-Moose-Autobox" package

This tutorial shows how to install perl-Moose-Autobox on openSuSE Tumbleweed

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

2. Uninstall "perl-Moose-Autobox" package

Learn how to uninstall perl-Moose-Autobox on openSuSE Tumbleweed:

$ sudo zypper remove perl-Moose-Autobox

3. Information about the perl-Moose-Autobox package on openSuSE Tumbleweed

Information for package perl-Moose-Autobox:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Moose-Autobox
Version : 0.16-1.27
Arch : noarch
Vendor : openSUSE
Installed Size : 90.0 KiB
Installed : No
Status : not installed
Source package : perl-Moose-Autobox-0.16-1.27.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.