How to Install and Uninstall perl-Hook-LexWrap.noarch Package on Amazon Linux 2

Last updated: February 06,2025

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

In this section, we are going to explain the necessary steps to install perl-Hook-LexWrap.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Hook-LexWrap.noarch

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

This is a short guide on how to uninstall perl-Hook-LexWrap.noarch on Amazon Linux 2:

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

3. Information about the perl-Hook-LexWrap.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Hook-LexWrap
Arch : noarch
Version : 0.24
Release : 2.amzn2
Size : 18 k
Repo : amzn2-core/2/x86_64
Summary : Lexically scoped subroutine wrappers
URL : http://search.cpan.org/dist/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.