How To Install perl-Config-Generator on AlmaLinux 8
Introduction
In this tutorial we learn how to install perl-Config-Generator
on AlmaLinux 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 AlmaLinux 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 AlmaLinux 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 AlmaLinux 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 AlmaLinux 8
To uninstall only the perl-Config-Generator
package we can use the following command:
sudo dnf remove perl-Config-Generator
References
Summary
In this tutorial we learn how to install perl-Config-Generator
on AlmaLinux 8 using yum and dnf.