How to Install and Uninstall perl-Moose.x86_64 Package on Fedora 35

Last updated: June 03,2024

1. Install "perl-Moose.x86_64" package

Here is a brief guide to show you how to install perl-Moose.x86_64 on Fedora 35

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

2. Uninstall "perl-Moose.x86_64" package

Here is a brief guide to show you how to uninstall perl-Moose.x86_64 on Fedora 35:

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

3. Information about the perl-Moose.x86_64 package on Fedora 35

Last metadata expiration check: 0:02:30 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Moose
Version : 2.2015
Release : 4.fc35
Architecture : x86_64
Size : 1.1 M
Source : perl-Moose-2.2015-4.fc35.src.rpm
Repository : fedora
Summary : Complete modern object system for Perl 5
URL : https://metacpan.org/release/Moose
License : GPL+ or Artistic
Description : Moose is an extension of the Perl 5 object system.
:
: The main goal of Moose is to make Perl 5 Object Oriented programming easier,
: more consistent and less tedious. With Moose you can to think more about what
: you want to do and less about the mechanics of OOP.
:
: Additionally, Moose is built on top of Class::MOP, which is a metaclass system
: for Perl 5. This means that Moose not only makes building normal Perl 5
: objects better, but it provides the power of metaclass programming as well.
: Moose is different from other Perl 5 object systems because it is not a new
: system, but instead an extension of the existing one.