How to Install and Uninstall perl-B-Hooks-AtRuntime.x86_64 Package on Fedora 36

Last updated: October 08,2024

1. Install "perl-B-Hooks-AtRuntime.x86_64" package

Please follow the guidance below to install perl-B-Hooks-AtRuntime.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-B-Hooks-AtRuntime.x86_64

2. Uninstall "perl-B-Hooks-AtRuntime.x86_64" package

Here is a brief guide to show you how to uninstall perl-B-Hooks-AtRuntime.x86_64 on Fedora 36:

$ sudo dnf remove perl-B-Hooks-AtRuntime.x86_64 $ sudo dnf autoremove

3. Information about the perl-B-Hooks-AtRuntime.x86_64 package on Fedora 36

Last metadata expiration check: 0:09:33 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : perl-B-Hooks-AtRuntime
Version : 8
Release : 1.fc36
Architecture : x86_64
Size : 28 k
Source : perl-B-Hooks-AtRuntime-8-1.fc36.src.rpm
Repository : updates
Summary : Lower blocks from compile time to runtime
URL : https://metacpan.org/dist/B-Hooks-AtRuntime/
License : BSD
Description : This module allows code that runs at compile-time to do something at
: runtime. A block passed to at_runtime gets compiled into the code that's
: currently compiling, and will be called when control reaches that point
: at runtime. In the example in the SYNOPSIS, the warnings will occur in
: order, and if that section of code runs more than once, so will all
: three warnings.