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

Last updated: November 26,2024

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

Here is a brief guide to show you how to install perl-B-Hooks-AtRuntime.x86_64 on Fedora 39

$ 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 39:

$ 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 39

Last metadata expiration check: 3:47:19 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-B-Hooks-AtRuntime
Version : 8
Release : 5.fc39
Architecture : x86_64
Size : 27 k
Source : perl-B-Hooks-AtRuntime-8-5.fc39.src.rpm
Repository : fedora
Summary : Lower blocks from compile time to runtime
URL : https://metacpan.org/dist/B-Hooks-AtRuntime/
License : BSD-2-Clause
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.