How to Install and Uninstall perl-Mouse.x86_64 Package on Fedora 36

Last updated: May 19,2024

1. Install "perl-Mouse.x86_64" package

This guide let you learn how to install perl-Mouse.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Mouse.x86_64

2. Uninstall "perl-Mouse.x86_64" package

Please follow the guidelines below to uninstall perl-Mouse.x86_64 on Fedora 36:

$ sudo dnf remove perl-Mouse.x86_64 $ sudo dnf autoremove

3. Information about the perl-Mouse.x86_64 package on Fedora 36

Last metadata expiration check: 0:37:21 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : perl-Mouse
Version : 2.5.10
Release : 10.fc36
Architecture : x86_64
Size : 323 k
Source : perl-Mouse-2.5.10-10.fc36.src.rpm
Repository : fedora
Summary : Moose minus the antlers
URL : https://metacpan.org/release/Mouse
License : GPL+ or Artistic
Description : Moose, a powerful metaobject-fueled extension of the Perl 5 object system,
: is wonderful. (For more information on Moose, please see 'perldoc Moose'
: after installing the perl-Moose package.)
:
: Unfortunately, it's a little slow. Though significant progress has been
: made over the years, the compile time penalty is a non-starter for some
: applications. Mouse aims to alleviate this by providing a subset of Moose's
: functionality, faster.