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

Last updated: September 20,2024

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

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

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

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

Please follow the step by step instructions below to uninstall perl-MooseX-ConfigFromFile.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:12:50 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-MooseX-ConfigFromFile
Version : 0.14
Release : 21.fc34
Architecture : noarch
Size : 30 k
Source : perl-MooseX-ConfigFromFile-0.14-21.fc34.src.rpm
Repository : fedora
Summary : An abstract Moose role for setting attributes from a configfile
URL : https://metacpan.org/release/MooseX-ConfigFromFile
License : GPL+ or Artistic
Description : This is an abstract role which 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
: subroles.
:
: 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.