How to Install and Uninstall perl-B-Hooks-OP-Annotation.x86_64 Package on Rocky Linux 8

Last updated: April 27,2024

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

Please follow the guidance below to install perl-B-Hooks-OP-Annotation.x86_64 on Rocky Linux 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 instructions below to uninstall perl-B-Hooks-OP-Annotation.x86_64 on Rocky Linux 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 Rocky Linux 8

Last metadata expiration check: 0:16:23 ago on Mon Sep 12 10:27:18 2022.
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.