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

Last updated: July 08,2024

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

Please follow the steps below to install perl-MooseX-SingleArg.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall perl-MooseX-SingleArg.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:14:10 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-MooseX-SingleArg
Version : 0.09
Release : 7.fc34
Architecture : noarch
Size : 25 k
Source : perl-MooseX-SingleArg-0.09-7.fc34.src.rpm
Repository : fedora
Summary : No-fuss instantiation of Moose objects using a single argument
URL : http://search.cpan.org/dist/MooseX-SingleArg/
License : GPL+ or Artistic
Description : This module allows Moose instances to be constructed with a single
: argument. Your class or role must use this module and then use the
: single_arg sugar to declare which attribute will be assigned the single
: argument value.