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

Last updated: June 29,2024

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

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

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

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

This guide let you learn how to uninstall perl-MooseX-SingleArg.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:54:49 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-MooseX-SingleArg
Version : 0.09
Release : 9.fc35
Architecture : noarch
Size : 24 k
Source : perl-MooseX-SingleArg-0.09-9.fc35.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.