How to Install and Uninstall perl-MouseX-ConfigFromFile.noarch Package on Fedora 39

Last updated: January 16,2025

1. Install "perl-MouseX-ConfigFromFile.noarch" package

Please follow the step by step instructions below to install perl-MouseX-ConfigFromFile.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-MouseX-ConfigFromFile.noarch

2. Uninstall "perl-MouseX-ConfigFromFile.noarch" package

This is a short guide on how to uninstall perl-MouseX-ConfigFromFile.noarch on Fedora 39:

$ sudo dnf remove perl-MouseX-ConfigFromFile.noarch $ sudo dnf autoremove

3. Information about the perl-MouseX-ConfigFromFile.noarch package on Fedora 39

Last metadata expiration check: 2:00:09 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-MouseX-ConfigFromFile
Version : 0.05
Release : 31.fc39
Architecture : noarch
Size : 13 k
Source : perl-MouseX-ConfigFromFile-0.05-31.fc39.src.rpm
Repository : fedora
Summary : An abstract Mouse role for setting attributes from a config file
URL : https://metacpan.org/release/MouseX-ConfigFromFile
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This is an abstract role that provides an alternate constructor for creating
: objects using parameters passed in from a configuration file. The actual
: implementation of reading the configuration file is left to concrete sub-roles.
:
: It declares an attribute configfile and a class method new_with_config, and
: requires that concrete roles derived from it implement the class method
: get_config_from_file.
:
: Attributes specified directly as arguments to new_with_config supersede those
: in the configfile.