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

Last updated: September 28,2024

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

Please follow the instructions below to install perl-MouseX-ConfigFromFile.noarch on Fedora 38

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

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

Here is a brief guide to show you how to uninstall perl-MouseX-ConfigFromFile.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:47:06 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-MouseX-ConfigFromFile
Version : 0.05
Release : 29.fc38
Architecture : noarch
Size : 13 k
Source : perl-MouseX-ConfigFromFile-0.05-29.fc38.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.