How to Install and Uninstall perl-MooseX-NonMoose.noarch Package on Oracle Linux 8

Last updated: September 29,2024

1. Install "perl-MooseX-NonMoose.noarch" package

This guide covers the steps necessary to install perl-MooseX-NonMoose.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-MooseX-NonMoose.noarch

2. Uninstall "perl-MooseX-NonMoose.noarch" package

Please follow the guidelines below to uninstall perl-MooseX-NonMoose.noarch on Oracle Linux 8:

$ sudo dnf remove perl-MooseX-NonMoose.noarch $ sudo dnf autoremove

3. Information about the perl-MooseX-NonMoose.noarch package on Oracle Linux 8

Last metadata expiration check: 4:11:38 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-MooseX-NonMoose
Version : 0.26
Release : 15.el8
Architecture : noarch
Size : 36 k
Source : perl-MooseX-NonMoose-0.26-15.el8.src.rpm
Repository : epel
Summary : Easy subclassing of non-Moose classes
URL : https://metacpan.org/release/MooseX-NonMoose
License : GPL+ or Artistic
Description : MooseX::NonMoose allows for easily subclassing non-Moose classes with
: Moose, taking care of the annoying details connected with doing this, such
: as setting up proper inheritance from Moose::Object and installing (and
: inlining, at make_immutable time) a constructor that makes sure things like
: BUILD methods are called. It tries to be as non-intrusive as possible -
: when this module is used, inheriting from non-Moose classes and inheriting
: from Moose classes should work identically, aside from the few caveats
: mentioned below. One of the goals of this module is that including it in a
: Moose::Exporter-based package used across an entire application should be
: possible, without interfering with classes that only inherit from Moose
: modules, or even classes that don't inherit from anything at all.