How to Install and Uninstall perl-Hook-LexWrap.noarch Package on Fedora 36

Last updated: January 01,2025

1. Install "perl-Hook-LexWrap.noarch" package

Please follow the guidance below to install perl-Hook-LexWrap.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Hook-LexWrap.noarch

2. Uninstall "perl-Hook-LexWrap.noarch" package

Please follow the step by step instructions below to uninstall perl-Hook-LexWrap.noarch on Fedora 36:

$ sudo dnf remove perl-Hook-LexWrap.noarch $ sudo dnf autoremove

3. Information about the perl-Hook-LexWrap.noarch package on Fedora 36

Last metadata expiration check: 4:23:15 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Hook-LexWrap
Version : 0.26
Release : 16.fc36
Architecture : noarch
Size : 27 k
Source : perl-Hook-LexWrap-0.26-16.fc36.src.rpm
Repository : fedora
Summary : Lexically scoped subroutine wrappers
URL : https://metacpan.org/release/Hook-LexWrap
License : GPL+ or Artistic
Description : Hook::LexWrap allows you to install a pre- or post-wrapper (or both)
: around an existing subroutine. Unlike other modules that provide this
: capacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap
: implements wrappers in such a way that the standard `caller' function
: works correctly within the wrapped subroutine.