How to Install and Uninstall perl-Any-Moose.noarch Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "perl-Any-Moose.noarch" package

Please follow the instructions below to install perl-Any-Moose.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Any-Moose.noarch

2. Uninstall "perl-Any-Moose.noarch" package

This tutorial shows how to uninstall perl-Any-Moose.noarch on Oracle Linux 9:

$ sudo dnf remove perl-Any-Moose.noarch $ sudo dnf autoremove

3. Information about the perl-Any-Moose.noarch package on Oracle Linux 9

Last metadata expiration check: 3:11:46 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Any-Moose
Version : 0.27
Release : 22.el9
Architecture : noarch
Size : 23 k
Source : perl-Any-Moose-0.27-22.el9.src.rpm
Repository : epel
Summary : Use Moose or Mouse automagically (DEPRECATED)
URL : https://metacpan.org/release/Any-Moose
License : GPL+ or Artistic
Description : Any::Moose is deprecated - please use Moo for new code.
:
: This module allows one to take advantage of the features Moose/Mouse
: provides, while allowing one to let the program author determine if Moose
: or Mouse should be used; when use'd, we load Mouse if Moose isn't already
: loaded, otherwise we go with Moose.