How to Install and Uninstall perl-MooX-HandlesVia.noarch Package on Oracle Linux 8

Last updated: September 21,2024

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

Please follow the guidelines below to install perl-MooX-HandlesVia.noarch on Oracle Linux 8

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

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

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

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

3. Information about the perl-MooX-HandlesVia.noarch package on Oracle Linux 8

Last metadata expiration check: 3:44:55 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-MooX-HandlesVia
Version : 0.001008
Release : 16.el8
Architecture : noarch
Size : 35 k
Source : perl-MooX-HandlesVia-0.001008-16.el8.src.rpm
Repository : epel
Summary : NativeTrait-like behavior for Moo
URL : https://metacpan.org/release/MooX-HandlesVia
License : GPL+ or Artistic
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 attribute. 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.