How to Install and Uninstall perl-B-Hooks-OP-Annotation.x86_64 Package on Fedora 34

Last updated: September 20,2024

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

Please follow the guidelines below to install perl-B-Hooks-OP-Annotation.x86_64 on Fedora 34

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

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

Here is a brief guide to show you how to uninstall perl-B-Hooks-OP-Annotation.x86_64 on Fedora 34:

$ 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 Fedora 34

Last metadata expiration check: 1:38:26 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-B-Hooks-OP-Annotation
Version : 0.44
Release : 29.fc34
Architecture : x86_64
Size : 23 k
Source : perl-B-Hooks-OP-Annotation-0.44-29.fc34.src.rpm
Repository : fedora
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.