How to Install and Uninstall perl-B-Hooks-OP-Annotation.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 12,2024

1. Install "perl-B-Hooks-OP-Annotation.x86_64" package

This is a short guide on how to install perl-B-Hooks-OP-Annotation.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-B-Hooks-OP-Annotation.x86_64

2. Uninstall "perl-B-Hooks-OP-Annotation.x86_64" package

Please follow the guidance below to uninstall perl-B-Hooks-OP-Annotation.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-B-Hooks-OP-Annotation.x86_64 $ sudo dnf autoremove

3. Information about the perl-B-Hooks-OP-Annotation.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:59:58 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-B-Hooks-OP-Annotation
Version : 0.44
Release : 25.el8
Architecture : x86_64
Size : 25 k
Source : perl-B-Hooks-OP-Annotation-0.44-25.el8.src.rpm
Repository : epel
Summary : Annotate and delegate hooked OPs
URL : https://metacpan.org/release/B-Hooks-OP-Annotation
License : GPL+ or Artistic
Description : This module provides a way for XS code that hijacks OP op_ppaddr functions
: to delegate to (or restore) the previous functions, whether assigned by
: perl or by another module. Typically this should be used in conjunction
: with B::Hooks::OP::Check.