How To Install perl-B-Hooks-Parser on Fedora 36

In this tutorial we learn how to install perl-B-Hooks-Parser in Fedora 36. perl-B-Hooks-Parser is Interface to perl’s parser variables

Introduction

In this tutorial we learn how to install perl-B-Hooks-Parser on Fedora 36.

What is perl-B-Hooks-Parser

This module provides an API for parts of the perl parser. It can be used to modify code while it’s being parsed.

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

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

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

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

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

How To Uninstall perl-B-Hooks-Parser on Fedora 36

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

sudo dnf remove perl-B-Hooks-Parser

perl-B-Hooks-Parser Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/57
/usr/lib/.build-id/57/8dfe74ab684e2fe92c5f5133b1f27c8c592161
/usr/lib64/perl5/vendor_perl/B
/usr/lib64/perl5/vendor_perl/B/Hooks
/usr/lib64/perl5/vendor_perl/B/Hooks/Parser
/usr/lib64/perl5/vendor_perl/B/Hooks/Parser.pm
/usr/lib64/perl5/vendor_perl/B/Hooks/Parser/Install
/usr/lib64/perl5/vendor_perl/B/Hooks/Parser/Install/Files.pm
/usr/lib64/perl5/vendor_perl/B/Hooks/Parser/Install/hook_parser.h
/usr/lib64/perl5/vendor_perl/auto/B
/usr/lib64/perl5/vendor_perl/auto/B/Hooks
/usr/lib64/perl5/vendor_perl/auto/B/Hooks/Parser
/usr/lib64/perl5/vendor_perl/auto/B/Hooks/Parser/Parser.so
/usr/share/doc/perl-B-Hooks-Parser
/usr/share/doc/perl-B-Hooks-Parser/CONTRIBUTING
/usr/share/doc/perl-B-Hooks-Parser/Changes
/usr/share/doc/perl-B-Hooks-Parser/README
/usr/share/licenses/perl-B-Hooks-Parser
/usr/share/licenses/perl-B-Hooks-Parser/LICENSE
/usr/share/man/man3/B::Hooks::Parser.3pm.gz

References

Summary

In this tutorial we learn how to install perl-B-Hooks-Parser on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).