How To Install perl-Hash-Merge on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Hash-Merge
on Rocky Linux 8.
What is perl-Hash-Merge
Merges arbitrary deep hashes into a single hash.
We can use yum
or dnf
to install perl-Hash-Merge
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Hash-Merge.
Install perl-Hash-Merge 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-Hash-Merge
using dnf
by running the following command:
sudo dnf -y install perl-Hash-Merge
Install perl-Hash-Merge 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-Hash-Merge
using yum
by running the following command:
sudo yum -y install perl-Hash-Merge
How To Uninstall perl-Hash-Merge on Rocky Linux 8
To uninstall only the perl-Hash-Merge
package we can use the following command:
sudo dnf remove perl-Hash-Merge
perl-Hash-Merge Package Contents on Rocky Linux 8
/usr/share/doc/perl-Hash-Merge
/usr/share/doc/perl-Hash-Merge/Changes
/usr/share/doc/perl-Hash-Merge/README.md
/usr/share/man/man3/Hash::Merge.3pm.gz
/usr/share/perl5/vendor_perl/Hash
/usr/share/perl5/vendor_perl/Hash/Merge.pm
References
Summary
In this tutorial we learn how to install perl-Hash-Merge
on Rocky Linux 8 using yum and dnf.