How to Install and Uninstall perl-MooseX-ConfigFromFile.noarch Package on Oracle Linux 8

Last updated: May 20,2024

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

Learn how to install perl-MooseX-ConfigFromFile.noarch on Oracle Linux 8

$ 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 Oracle Linux 8:

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

3. Information about the perl-MooseX-ConfigFromFile.noarch package on Oracle Linux 8

Last metadata expiration check: 1:55:38 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-MooseX-ConfigFromFile
Version : 0.14
Release : 17.el8
Architecture : noarch
Size : 35 k
Source : perl-MooseX-ConfigFromFile-0.14-17.el8.src.rpm
Repository : epel
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.