How To Install perl-Config-Simple on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Config-Simple
on Rocky Linux 8.
What is perl-Config-Simple
Simple configuration file class.
We can use yum
or dnf
to install perl-Config-Simple
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Config-Simple.
Install perl-Config-Simple 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-Config-Simple
using dnf
by running the following command:
sudo dnf -y install perl-Config-Simple
Install perl-Config-Simple 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-Config-Simple
using yum
by running the following command:
sudo yum -y install perl-Config-Simple
How To Uninstall perl-Config-Simple on Rocky Linux 8
To uninstall only the perl-Config-Simple
package we can use the following command:
sudo dnf remove perl-Config-Simple
perl-Config-Simple Package Contents on Rocky Linux 8
/usr/share/doc/perl-Config-Simple
/usr/share/doc/perl-Config-Simple/Changes
/usr/share/doc/perl-Config-Simple/README
/usr/share/man/man3/Config::Simple.3pm.gz
/usr/share/perl5/vendor_perl/Config
/usr/share/perl5/vendor_perl/Config/Simple.pm
/usr/share/perl5/vendor_perl/auto
/usr/share/perl5/vendor_perl/auto/Config
/usr/share/perl5/vendor_perl/auto/Config/Simple
/usr/share/perl5/vendor_perl/auto/Config/Simple/CLEAR.al
/usr/share/perl5/vendor_perl/auto/Config/Simple/DELETE.al
/usr/share/perl5/vendor_perl/auto/Config/Simple/EXISTS.al
/usr/share/perl5/vendor_perl/auto/Config/Simple/FETCH.al
/usr/share/perl5/vendor_perl/auto/Config/Simple/FIRSTKEY.al
/usr/share/perl5/vendor_perl/auto/Config/Simple/NEXTKEY.al
/usr/share/perl5/vendor_perl/auto/Config/Simple/STORE.al
/usr/share/perl5/vendor_perl/auto/Config/Simple/TIEHASH.al
/usr/share/perl5/vendor_perl/auto/Config/Simple/autosplit.ix
/usr/share/perl5/vendor_perl/auto/Config/Simple/block.al
/usr/share/perl5/vendor_perl/auto/Config/Simple/dump.al
/usr/share/perl5/vendor_perl/auto/Config/Simple/error.al
/usr/share/perl5/vendor_perl/auto/Config/Simple/errstr.al
/usr/share/perl5/vendor_perl/auto/Config/Simple/hashref.al
/usr/share/perl5/vendor_perl/auto/Config/Simple/import_from.al
/usr/share/perl5/vendor_perl/auto/Config/Simple/import_names.al
/usr/share/perl5/vendor_perl/auto/Config/Simple/param_hash.al
/usr/share/perl5/vendor_perl/auto/Config/Simple/vars.al
/usr/share/perl5/vendor_perl/auto/Config/Simple/verbose.al
/usr/share/perl5/vendor_perl/auto/Config/Simple/write_string.al
References
Summary
In this tutorial we learn how to install perl-Config-Simple
on Rocky Linux 8 using yum and dnf.