How to Install and Uninstall perl-MooX-HandlesVia.noarch Package on Fedora 39

Last updated: January 06,2025

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

This is a short guide on how to install perl-MooX-HandlesVia.noarch on Fedora 39

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

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

Here is a brief guide to show you how to uninstall perl-MooX-HandlesVia.noarch on Fedora 39:

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

3. Information about the perl-MooX-HandlesVia.noarch package on Fedora 39

Last metadata expiration check: 5:48:38 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-MooX-HandlesVia
Version : 0.001009
Release : 10.fc39
Architecture : noarch
Size : 32 k
Source : perl-MooX-HandlesVia-0.001009-10.fc39.src.rpm
Repository : fedora
Summary : NativeTrait-like behavior for Moo
URL : https://metacpan.org/release/MooX-HandlesVia
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : MooX::HandlesVia is an extension of Moo's 'handles' attribute
: functionality. It provides a means of proxying functionality from an
: external class to the given atttribute. This is most commonly used as a way
: to emulate 'Native Trait' behavior that has become commonplace in Moose
: code, for which there was no Moo alternative.