How to Install and Uninstall perl-MooX-late.noarch Package on Fedora 35

Last updated: January 16,2025

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

This guide let you learn how to install perl-MooX-late.noarch on Fedora 35

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

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

Please follow the instructions below to uninstall perl-MooX-late.noarch on Fedora 35:

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

3. Information about the perl-MooX-late.noarch package on Fedora 35

Last metadata expiration check: 4:44:02 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-MooX-late
Version : 0.016
Release : 7.fc35
Architecture : noarch
Size : 24 k
Source : perl-MooX-late-0.016-7.fc35.src.rpm
Repository : fedora
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 which 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.