How To Install perl-MooseX-SimpleConfig on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-MooseX-SimpleConfig
on Rocky Linux 8.
What is perl-MooseX-SimpleConfig
This role loads simple configfiles to set object attributes. It is based on the abstract role MooseX configfile. Config configuration formats, detected by the file extension. See Config more details about supported formats.
We can use yum
or dnf
to install perl-MooseX-SimpleConfig
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-MooseX-SimpleConfig.
Install perl-MooseX-SimpleConfig on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-MooseX-SimpleConfig
using dnf
by running the following command:
sudo dnf -y install perl-MooseX-SimpleConfig
Install perl-MooseX-SimpleConfig on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-MooseX-SimpleConfig
using yum
by running the following command:
sudo yum -y install perl-MooseX-SimpleConfig
How To Uninstall perl-MooseX-SimpleConfig on Rocky Linux 8
To uninstall only the perl-MooseX-SimpleConfig
package we can use the following command:
sudo dnf remove perl-MooseX-SimpleConfig
perl-MooseX-SimpleConfig Package Contents on Rocky Linux 8
/usr/share/doc/perl-MooseX-SimpleConfig
/usr/share/doc/perl-MooseX-SimpleConfig/CONTRIBUTING
/usr/share/doc/perl-MooseX-SimpleConfig/Changes
/usr/share/doc/perl-MooseX-SimpleConfig/README
/usr/share/licenses/perl-MooseX-SimpleConfig
/usr/share/licenses/perl-MooseX-SimpleConfig/LICENSE
/usr/share/man/man3/MooseX::SimpleConfig.3pm.gz
/usr/share/perl5/vendor_perl/MooseX
/usr/share/perl5/vendor_perl/MooseX/SimpleConfig.pm
References
Summary
In this tutorial we learn how to install perl-MooseX-SimpleConfig
on Rocky Linux 8 using yum and dnf.