How to Install and Uninstall perl-MooseX-SingleArg.noarch Package on AlmaLinux 9

Last updated: October 07,2024

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

Please follow the step by step instructions below to install perl-MooseX-SingleArg.noarch on AlmaLinux 9

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

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

In this section, we are going to explain the necessary steps to uninstall perl-MooseX-SingleArg.noarch on AlmaLinux 9:

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

3. Information about the perl-MooseX-SingleArg.noarch package on AlmaLinux 9

Last metadata expiration check: 0:59:11 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-MooseX-SingleArg
Version : 0.09
Release : 14.el9
Architecture : noarch
Size : 24 k
Source : perl-MooseX-SingleArg-0.09-14.el9.src.rpm
Repository : epel
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.