How to Install and Uninstall perl-MooseX-MultiInitArg.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "perl-MooseX-MultiInitArg.noarch" package

Please follow the step by step instructions below to install perl-MooseX-MultiInitArg.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-MooseX-MultiInitArg.noarch

2. Uninstall "perl-MooseX-MultiInitArg.noarch" package

This is a short guide on how to uninstall perl-MooseX-MultiInitArg.noarch on Fedora 34:

$ sudo dnf remove perl-MooseX-MultiInitArg.noarch $ sudo dnf autoremove

3. Information about the perl-MooseX-MultiInitArg.noarch package on Fedora 34

Last metadata expiration check: 4:48:41 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-MooseX-MultiInitArg
Version : 0.02
Release : 20.fc34
Architecture : noarch
Size : 25 k
Source : perl-MooseX-MultiInitArg-0.02-20.fc34.src.rpm
Repository : fedora
Summary : Attributes with aliases for constructor arguments
URL : https://metacpan.org/release/MooseX-MultiInitArg
License : GPL+ or Artistic
Description : If you've ever wanted to be able to call an attribute any number of
: things while you're passing arguments to your object constructor, Now
: You Can. This is an attribute metaclass / trait to allow easy new()-time
: attribute aliasing.