How To Install perl-MouseX-SimpleConfig on Fedora 36

In this tutorial we learn how to install perl-MouseX-SimpleConfig in Fedora 36. perl-MouseX-SimpleConfig is A Mouse role for setting attributes from a simple configfile

Introduction

In this tutorial we learn how to install perl-MouseX-SimpleConfig on Fedora 36.

What is perl-MouseX-SimpleConfig

This role loads simple configfiles to set object attributes. It is based on the abstract role MouseX configfile. Config config formats, detected by the file extension. See Config details about supported formats. Like all MouseX automatically supported by the MouseX specifying -configfile on the command line.

We can use yum or dnf to install perl-MouseX-SimpleConfig on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-MouseX-SimpleConfig.

Install perl-MouseX-SimpleConfig on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-MouseX-SimpleConfig using dnf by running the following command:

sudo dnf -y install perl-MouseX-SimpleConfig

Install perl-MouseX-SimpleConfig on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-MouseX-SimpleConfig using yum by running the following command:

sudo yum -y install perl-MouseX-SimpleConfig

How To Uninstall perl-MouseX-SimpleConfig on Fedora 36

To uninstall only the perl-MouseX-SimpleConfig package we can use the following command:

sudo dnf remove perl-MouseX-SimpleConfig

perl-MouseX-SimpleConfig Package Contents on Fedora 36

/usr/share/doc/perl-MouseX-SimpleConfig
/usr/share/doc/perl-MouseX-SimpleConfig/Changes
/usr/share/doc/perl-MouseX-SimpleConfig/README
/usr/share/licenses/perl-MouseX-SimpleConfig
/usr/share/licenses/perl-MouseX-SimpleConfig/LICENSE
/usr/share/man/man3/MouseX::SimpleConfig.3pm.gz
/usr/share/perl5/vendor_perl/MouseX
/usr/share/perl5/vendor_perl/MouseX/SimpleConfig.pm

References

Summary

In this tutorial we learn how to install perl-MouseX-SimpleConfig on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).