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

Last updated: May 19,2024

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

Please follow the guidelines below to install perl-MouseX-SimpleConfig.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall perl-MouseX-SimpleConfig.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:10:01 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-MouseX-SimpleConfig
Version : 0.11
Release : 24.fc34
Architecture : noarch
Size : 22 k
Source : perl-MouseX-SimpleConfig-0.11-24.fc34.src.rpm
Repository : fedora
Summary : A Mouse role for setting attributes from a simple configfile
URL : https://metacpan.org/release/MouseX-SimpleConfig
License : GPL+ or Artistic
Description : This role loads simple configfiles to set object attributes. It is based on the
: abstract role MouseX::ConfigFromFile, and uses Config::Any to load your
: configfile. Config::Any will in turn support any of a variety of different
: config formats, detected by the file extension. See Config::Any for more
: details about supported formats.
:
: Like all MouseX::ConfigFromFile-derived configfile loaders, this module is
: automatically supported by the MouseX::Getopt role as well, which allows
: specifying -configfile on the command line.