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

Last updated: October 13,2024

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

Here is a brief guide to show you how to install perl-MouseX-ConfigFromFile.noarch on Fedora 36

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

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

Learn how to uninstall perl-MouseX-ConfigFromFile.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:12:33 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-MouseX-ConfigFromFile
Version : 0.05
Release : 26.fc36
Architecture : noarch
Size : 14 k
Source : perl-MouseX-ConfigFromFile-0.05-26.fc36.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+ or Artistic
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.