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