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

Last updated: May 10,2024

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

In this section, we are going to explain the necessary steps to install perl-MooX-late.noarch on Fedora 34

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

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

This guide covers the steps necessary to uninstall perl-MooX-late.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:17:39 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-MooX-late
Version : 0.016
Release : 5.fc34
Architecture : noarch
Size : 24 k
Source : perl-MooX-late-0.016-5.fc34.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.