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

Last updated: September 20,2024

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

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

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

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

Please follow the steps below to uninstall perl-MooseX-SimpleConfig.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:39:50 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-MooseX-SimpleConfig
Version : 0.11
Release : 19.fc34
Architecture : noarch
Size : 24 k
Source : perl-MooseX-SimpleConfig-0.11-19.fc34.src.rpm
Repository : fedora
Summary : Moose role for setting attributes from a simple configfile
URL : https://metacpan.org/release/MooseX-SimpleConfig
License : GPL+ or Artistic
Description : This role loads simple configfiles to set object attributes. It is based on
: the abstract role MooseX::ConfigFromFile, and uses Config::Any to load your
: configfile. Config::Any will in turn support any of a variety of different
: configuration formats, detected by the file extension. See Config::Any for
: more details about supported formats.