How To Install perl-Sub-Identify on Rocky Linux 8

In this tutorial we learn how to install perl-Sub-Identify on Rocky Linux 8. perl-Sub-Identify is Retrieve names of code references

Introduction

In this tutorial we learn how to install perl-Sub-Identify on Rocky Linux 8.

What is perl-Sub-Identify

Sub this, it uses Perl’s introspection mechanism, provided by the B module.

We can use yum or dnf to install perl-Sub-Identify on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Sub-Identify.

Install perl-Sub-Identify 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-Sub-Identify using dnf by running the following command:

sudo dnf -y install perl-Sub-Identify

Install perl-Sub-Identify 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-Sub-Identify using yum by running the following command:

sudo yum -y install perl-Sub-Identify

How To Uninstall perl-Sub-Identify on Rocky Linux 8

To uninstall only the perl-Sub-Identify package we can use the following command:

sudo dnf remove perl-Sub-Identify

perl-Sub-Identify Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/125873391439543c927d6ecd242b425606030f
/usr/lib64/perl5/vendor_perl/Sub
/usr/lib64/perl5/vendor_perl/Sub/Identify.pm
/usr/lib64/perl5/vendor_perl/auto/Sub
/usr/lib64/perl5/vendor_perl/auto/Sub/Identify
/usr/lib64/perl5/vendor_perl/auto/Sub/Identify/Identify.so
/usr/share/doc/perl-Sub-Identify
/usr/share/doc/perl-Sub-Identify/Changes
/usr/share/doc/perl-Sub-Identify/README.mdown
/usr/share/doc/perl-Sub-Identify/TODO.mdown
/usr/share/doc/perl-Sub-Identify/t
/usr/share/doc/perl-Sub-Identify/t/01basic-pureperl.t
/usr/share/doc/perl-Sub-Identify/t/01basic.t
/usr/share/doc/perl-Sub-Identify/t/02errors.t
/usr/share/doc/perl-Sub-Identify/t/03proto.t
/usr/share/doc/perl-Sub-Identify/t/04codelocation-pureperl.t
/usr/share/doc/perl-Sub-Identify/t/04codelocation.t
/usr/share/doc/perl-Sub-Identify/t/05constant-pureperl.t
/usr/share/doc/perl-Sub-Identify/t/05constant.t
/usr/share/doc/perl-Sub-Identify/t/06codelocxs-pureperl.t
/usr/share/doc/perl-Sub-Identify/t/06codelocxs.t
/usr/share/doc/perl-Sub-Identify/t/20attributes.t
/usr/share/doc/perl-Sub-Identify/t/21attributes-pureperl.t
/usr/share/doc/perl-Sub-Identify/t/30signatures.t
/usr/share/doc/perl-Sub-Identify/t/pod.t
/usr/share/man/man3/Sub::Identify.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Sub-Identify on Rocky Linux 8 using yum and dnf.