How to Install and Uninstall perl-Any-Moose.noarch Package on AlmaLinux 8

Last updated: November 01,2024

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

Please follow the steps below to install perl-Any-Moose.noarch on AlmaLinux 8

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

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

Please follow the step by step instructions below to uninstall perl-Any-Moose.noarch on AlmaLinux 8:

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

3. Information about the perl-Any-Moose.noarch package on AlmaLinux 8

Last metadata expiration check: 0:58:12 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-Any-Moose
Version : 0.27
Release : 14.el8
Architecture : noarch
Size : 28 k
Source : perl-Any-Moose-0.27-14.el8.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.