How To Install perl-Config-Generator on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Config-Generator
on Rocky Linux 8.
What is perl-Config-Generator
The goal of this collection of modules is to ease the generation of low-level configuration files from high-level configuration items and templates.
We can use yum
or dnf
to install perl-Config-Generator
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Config-Generator.
Install perl-Config-Generator 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-Generator
using dnf
by running the following command:
sudo dnf -y install perl-Config-Generator
Install perl-Config-Generator 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-Generator
using yum
by running the following command:
sudo yum -y install perl-Config-Generator
How To Uninstall perl-Config-Generator on Rocky Linux 8
To uninstall only the perl-Config-Generator
package we can use the following command:
sudo dnf remove perl-Config-Generator
perl-Config-Generator Package Contents on Rocky Linux 8
/usr/bin/yacg
/usr/share/doc/perl-Config-Generator
/usr/share/doc/perl-Config-Generator/Changes
/usr/share/doc/perl-Config-Generator/README
/usr/share/man/man1/yacg.1.gz
/usr/share/man/man3/Config::Generator.3pm.gz
/usr/share/man/man3/Config::Generator::Config.3pm.gz
/usr/share/man/man3/Config::Generator::Crontab.3pm.gz
/usr/share/man/man3/Config::Generator::File.3pm.gz
/usr/share/man/man3/Config::Generator::Hook.3pm.gz
/usr/share/man/man3/Config::Generator::Random.3pm.gz
/usr/share/man/man3/Config::Generator::Schema.3pm.gz
/usr/share/man/man3/Config::Generator::Template.3pm.gz
/usr/share/man/man3/Config::Generator::Util.3pm.gz
/usr/share/man/man3/Config::Generator::XML.3pm.gz
/usr/share/perl5/vendor_perl/Config
/usr/share/perl5/vendor_perl/Config/Generator
/usr/share/perl5/vendor_perl/Config/Generator.pm
/usr/share/perl5/vendor_perl/Config/Generator/Config.pm
/usr/share/perl5/vendor_perl/Config/Generator/Crontab.pm
/usr/share/perl5/vendor_perl/Config/Generator/File.pm
/usr/share/perl5/vendor_perl/Config/Generator/Hook.pm
/usr/share/perl5/vendor_perl/Config/Generator/Random.pm
/usr/share/perl5/vendor_perl/Config/Generator/Schema.pm
/usr/share/perl5/vendor_perl/Config/Generator/Template.pm
/usr/share/perl5/vendor_perl/Config/Generator/Util.pm
/usr/share/perl5/vendor_perl/Config/Generator/XML.pm
References
Summary
In this tutorial we learn how to install perl-Config-Generator
on Rocky Linux 8 using yum and dnf.