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

Last updated: October 06,2024

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

Please follow the guidelines below to install perl-MooX-late.noarch on AlmaLinux 8

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

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

Please follow the guidance below to uninstall perl-MooX-late.noarch on AlmaLinux 8:

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

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

Last metadata expiration check: 0:31:01 ago on Mon Sep 5 03:22:42 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.