How To Install perl-B-Hooks-OP-Check on Fedora 36
Introduction
In this tutorial we learn how to install perl-B-Hooks-OP-Check
on Fedora 36.
What is perl-B-Hooks-OP-Check
This module provides a C API for XS modules to hook into the callbacks of ‘PL_check’.
We can use yum
or dnf
to install perl-B-Hooks-OP-Check
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-B-Hooks-OP-Check.
Install perl-B-Hooks-OP-Check 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-OP-Check
using dnf
by running the following command:
sudo dnf -y install perl-B-Hooks-OP-Check
Install perl-B-Hooks-OP-Check 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-OP-Check
using yum
by running the following command:
sudo yum -y install perl-B-Hooks-OP-Check
How To Uninstall perl-B-Hooks-OP-Check on Fedora 36
To uninstall only the perl-B-Hooks-OP-Check
package we can use the following command:
sudo dnf remove perl-B-Hooks-OP-Check
perl-B-Hooks-OP-Check Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/4d0ba78df5c024d3a0f15c631f6de3ad6f8e06
/usr/lib64/perl5/vendor_perl/B
/usr/lib64/perl5/vendor_perl/B/Hooks
/usr/lib64/perl5/vendor_perl/B/Hooks/OP
/usr/lib64/perl5/vendor_perl/B/Hooks/OP/Check
/usr/lib64/perl5/vendor_perl/B/Hooks/OP/Check.pm
/usr/lib64/perl5/vendor_perl/B/Hooks/OP/Check/Install
/usr/lib64/perl5/vendor_perl/B/Hooks/OP/Check/Install/Files.pm
/usr/lib64/perl5/vendor_perl/B/Hooks/OP/Check/Install/hook_op_check.h
/usr/lib64/perl5/vendor_perl/auto/B
/usr/lib64/perl5/vendor_perl/auto/B/Hooks
/usr/lib64/perl5/vendor_perl/auto/B/Hooks/OP
/usr/lib64/perl5/vendor_perl/auto/B/Hooks/OP/Check
/usr/lib64/perl5/vendor_perl/auto/B/Hooks/OP/Check/Check.so
/usr/share/doc/perl-B-Hooks-OP-Check
/usr/share/doc/perl-B-Hooks-OP-Check/CONTRIBUTING
/usr/share/doc/perl-B-Hooks-OP-Check/Changes
/usr/share/doc/perl-B-Hooks-OP-Check/README
/usr/share/doc/perl-B-Hooks-OP-Check/t
/usr/share/doc/perl-B-Hooks-OP-Check/t/00-report-prereqs.dd
/usr/share/doc/perl-B-Hooks-OP-Check/t/00-report-prereqs.t
/usr/share/doc/perl-B-Hooks-OP-Check/t/use.t
/usr/share/licenses/perl-B-Hooks-OP-Check
/usr/share/licenses/perl-B-Hooks-OP-Check/LICENCE
/usr/share/man/man3/B::Hooks::OP::Check.3pm.gz
References
Summary
In this tutorial we learn how to install perl-B-Hooks-OP-Check
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).