How to Install and Uninstall perl-MooX-late.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "perl-MooX-late.noarch" package

Please follow the steps below to install perl-MooX-late.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-MooX-late.noarch

2. Uninstall "perl-MooX-late.noarch" package

Please follow the step by step instructions below to uninstall perl-MooX-late.noarch on Rocky Linux 8:

$ sudo dnf remove perl-MooX-late.noarch $ sudo dnf autoremove

3. Information about the perl-MooX-late.noarch package on Rocky Linux 8

Last metadata expiration check: 2:17:59 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-MooX-late
Version : 0.015
Release : 19.el8
Architecture : noarch
Size : 25 k
Source : perl-MooX-late-0.015-19.el8.src.rpm
Repository : epel
Summary : Easily translate Moose code to Moo
URL : https://metacpan.org/release/MooX-late
License : GPL+ or Artistic
Description : Moo is a light-weight object oriented programming framework that aims to
: be compatible with Moose. It does this by detecting when Moose has been
: loaded, and automatically "inflating" its classes and roles to full Moose
: classes and roles. This way, Moo classes can consume Moose roles, Moose
: classes can extend Moo classes, and so forth.