How to Install and Uninstall perl-Mouse Package on openSUSE Leap

Last updated: April 28,2024

1. Install "perl-Mouse" package

This is a short guide on how to install perl-Mouse on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Mouse

2. Uninstall "perl-Mouse" package

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

$ sudo zypper remove perl-Mouse

3. Information about the perl-Mouse package on openSUSE Leap

Information for package perl-Mouse:
-----------------------------------
Repository : Main Repository
Name : perl-Mouse
Version : 2.5.10-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 513.2 KiB
Installed : No
Status : not installed
Source package : perl-Mouse-2.5.10-bp155.2.10.src
Upstream URL : https://metacpan.org/release/Mouse
Summary : Moose minus the antlers
Description :
Moose is a postmodern object system for Perl5. Moose is wonderful.
Unfortunately, Moose has a compile-time penalty. Though significant
progress has been made over the years, the compile time penalty is a
non-starter for some very specific applications. If you are writing a
command-line application or CGI script where startup time is essential, you
may not be able to use Moose (we recommend that you instead use persistent
Perl executing environments like 'FastCGI' for the latter, if possible).
Mouse is a Moose compatible object system, which aims to alleviate this
penalty by providing a subset of Moose's functionality.
We're also going as light on dependencies as possible. Mouse currently has
*no dependencies* except for building/testing modules. Mouse also works
without XS, although it has an XS backend to make it much faster.