How To Install perl-B-Hooks-EndOfScope on Rocky Linux 8

In this tutorial we learn how to install perl-B-Hooks-EndOfScope on Rocky Linux 8. perl-B-Hooks-EndOfScope is Execute code after scope compilation finishes

Introduction

In this tutorial we learn how to install perl-B-Hooks-EndOfScope on Rocky Linux 8.

What is perl-B-Hooks-EndOfScope

This module allows you to execute code when Perl has finished compiling the surrounding scope.

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

Install perl-B-Hooks-EndOfScope 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-B-Hooks-EndOfScope using dnf by running the following command:

sudo dnf -y install perl-B-Hooks-EndOfScope

Install perl-B-Hooks-EndOfScope 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-B-Hooks-EndOfScope using yum by running the following command:

sudo yum -y install perl-B-Hooks-EndOfScope

How To Uninstall perl-B-Hooks-EndOfScope on Rocky Linux 8

To uninstall only the perl-B-Hooks-EndOfScope package we can use the following command:

sudo dnf remove perl-B-Hooks-EndOfScope

perl-B-Hooks-EndOfScope Package Contents on Rocky Linux 8

/usr/share/doc/perl-B-Hooks-EndOfScope
/usr/share/doc/perl-B-Hooks-EndOfScope/CONTRIBUTING
/usr/share/doc/perl-B-Hooks-EndOfScope/Changes
/usr/share/doc/perl-B-Hooks-EndOfScope/README
/usr/share/doc/perl-B-Hooks-EndOfScope/t
/usr/share/doc/perl-B-Hooks-EndOfScope/t/00-basic.t
/usr/share/doc/perl-B-Hooks-EndOfScope/t/00-report-prereqs.dd
/usr/share/doc/perl-B-Hooks-EndOfScope/t/00-report-prereqs.t
/usr/share/doc/perl-B-Hooks-EndOfScope/t/01-eval.t
/usr/share/doc/perl-B-Hooks-EndOfScope/t/02-localise.t
/usr/share/doc/perl-B-Hooks-EndOfScope/t/05-exception_xs.t
/usr/share/doc/perl-B-Hooks-EndOfScope/t/06-exception_pp.t
/usr/share/doc/perl-B-Hooks-EndOfScope/t/10-test_without_vm_pure_pp.t
/usr/share/doc/perl-B-Hooks-EndOfScope/t/11-direct_xs.t
/usr/share/doc/perl-B-Hooks-EndOfScope/t/12-direct_pp.t
/usr/share/licenses/perl-B-Hooks-EndOfScope
/usr/share/licenses/perl-B-Hooks-EndOfScope/LICENCE
/usr/share/man/man3/B::Hooks::EndOfScope.3pm.gz
/usr/share/man/man3/B::Hooks::EndOfScope::PP.3pm.gz
/usr/share/man/man3/B::Hooks::EndOfScope::XS.3pm.gz
/usr/share/perl5/vendor_perl/B
/usr/share/perl5/vendor_perl/B/Hooks
/usr/share/perl5/vendor_perl/B/Hooks/EndOfScope
/usr/share/perl5/vendor_perl/B/Hooks/EndOfScope.pm
/usr/share/perl5/vendor_perl/B/Hooks/EndOfScope/PP
/usr/share/perl5/vendor_perl/B/Hooks/EndOfScope/PP.pm
/usr/share/perl5/vendor_perl/B/Hooks/EndOfScope/PP/FieldHash.pm
/usr/share/perl5/vendor_perl/B/Hooks/EndOfScope/PP/HintHash.pm
/usr/share/perl5/vendor_perl/B/Hooks/EndOfScope/XS.pm

References

Summary

In this tutorial we learn how to install perl-B-Hooks-EndOfScope on Rocky Linux 8 using yum and dnf.