How to Install and Uninstall perl-MooseX-ArrayRef.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 28,2024

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

Please follow the guidance below to install perl-MooseX-ArrayRef.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

This is a short guide on how to uninstall perl-MooseX-ArrayRef.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-MooseX-ArrayRef.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:04:30 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-MooseX-ArrayRef
Version : 0.005
Release : 12.el8
Architecture : noarch
Size : 25 k
Source : perl-MooseX-ArrayRef-0.005-12.el8.src.rpm
Repository : epel
Summary : Blessed array references with Moose
URL : https://metacpan.org/release/MooseX-ArrayRef
License : (GPL+ or Artistic) and (GPL+ or Artistic or CC-BY-SA)
Description : Objects implemented with array references are often faster than those
: implemented with hash references. Moose's default object implementation is
: hash reference based. This is object implementation based on array references.