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

Last updated: November 28,2024

1. Install "perl-Mouse.x86_64" package

Please follow the steps below to install perl-Mouse.x86_64 on Fedora 38

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

2. Uninstall "perl-Mouse.x86_64" package

This is a short guide on how to uninstall perl-Mouse.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 3:06:02 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Mouse
Version : 2.5.10
Release : 14.fc38
Architecture : x86_64
Size : 364 k
Source : perl-Mouse-2.5.10-14.fc38.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.