How To Install perl-Symbol-Util on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Symbol-Util
on Rocky Linux 8.
What is perl-Symbol-Util
This module provides a set of additional functions useful for Perl symbols manipulation.
We can use yum
or dnf
to install perl-Symbol-Util
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Symbol-Util.
Install perl-Symbol-Util 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-Symbol-Util
using dnf
by running the following command:
sudo dnf -y install perl-Symbol-Util
Install perl-Symbol-Util 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-Symbol-Util
using yum
by running the following command:
sudo yum -y install perl-Symbol-Util
How To Uninstall perl-Symbol-Util on Rocky Linux 8
To uninstall only the perl-Symbol-Util
package we can use the following command:
sudo dnf remove perl-Symbol-Util
perl-Symbol-Util Package Contents on Rocky Linux 8
/usr/share/doc/perl-Symbol-Util
/usr/share/doc/perl-Symbol-Util/Changes
/usr/share/doc/perl-Symbol-Util/LICENSE
/usr/share/doc/perl-Symbol-Util/README
/usr/share/doc/perl-Symbol-Util/examples
/usr/share/doc/perl-Symbol-Util/examples/delete_glob.pl
/usr/share/doc/perl-Symbol-Util/xt
/usr/share/doc/perl-Symbol-Util/xt/check_changes.t
/usr/share/doc/perl-Symbol-Util/xt/consistent_version_numbers.t
/usr/share/doc/perl-Symbol-Util/xt/copyright.t
/usr/share/doc/perl-Symbol-Util/xt/cover.pl
/usr/share/doc/perl-Symbol-Util/xt/distribution.t
/usr/share/doc/perl-Symbol-Util/xt/kwalitee.t
/usr/share/doc/perl-Symbol-Util/xt/minimumversion.t
/usr/share/doc/perl-Symbol-Util/xt/perlcritic.t
/usr/share/doc/perl-Symbol-Util/xt/perlcriticrc
/usr/share/doc/perl-Symbol-Util/xt/pod_coverage.t
/usr/share/doc/perl-Symbol-Util/xt/pod_spell.t
/usr/share/doc/perl-Symbol-Util/xt/pod_spellrc
/usr/share/doc/perl-Symbol-Util/xt/pod_syntax.t
/usr/share/doc/perl-Symbol-Util/xt/signature.t
/usr/share/man/man3/Symbol::Util.3pm.gz
/usr/share/perl5/vendor_perl/Symbol
/usr/share/perl5/vendor_perl/Symbol/Util.pm
References
Summary
In this tutorial we learn how to install perl-Symbol-Util
on Rocky Linux 8 using yum and dnf.