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

Last updated: July 05,2024

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

This guide covers the steps necessary to install perl-MouseX-ConfigFromFile.noarch on Fedora 34

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

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

Please follow the steps below to uninstall perl-MouseX-ConfigFromFile.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:39:33 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-MouseX-ConfigFromFile
Version : 0.05
Release : 23.fc34
Architecture : noarch
Size : 14 k
Source : perl-MouseX-ConfigFromFile-0.05-23.fc34.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.