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

Last updated: October 06,2024

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

This tutorial shows how to install perl-MooseX-SingleArg.noarch on Oracle Linux 9

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

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

This guide covers the steps necessary to uninstall perl-MooseX-SingleArg.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 2:28:37 ago on Thu Feb 15 07:50:05 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.