How to Install and Uninstall perl-Lexical-SealRequireHints.x86_64 Package on AlmaLinux 8

Last updated: May 17,2024

1. Install "perl-Lexical-SealRequireHints.x86_64" package

This is a short guide on how to install perl-Lexical-SealRequireHints.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install perl-Lexical-SealRequireHints.x86_64

2. Uninstall "perl-Lexical-SealRequireHints.x86_64" package

This tutorial shows how to uninstall perl-Lexical-SealRequireHints.x86_64 on AlmaLinux 8:

$ sudo dnf remove perl-Lexical-SealRequireHints.x86_64 $ sudo dnf autoremove

3. Information about the perl-Lexical-SealRequireHints.x86_64 package on AlmaLinux 8

Last metadata expiration check: 2:26:06 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-Lexical-SealRequireHints
Version : 0.011
Release : 11.el8
Architecture : x86_64
Size : 27 k
Source : perl-Lexical-SealRequireHints-0.011-11.el8.src.rpm
Repository : epel
Summary : Prevent leakage of lexical hints
URL : https://metacpan.org/release/Lexical-SealRequireHints
License : GPL+ or Artistic
Description : This module works around two historical bugs in Perl's handling of the %^H
: (lexical hints) variable. One bug causes lexical state in one file to leak
: into another that is required/used from it. This bug, [perl #68590], was
: present from Perl 5.6 up to Perl 5.10, fixed in Perl 5.11.0. The second bug
: causes lexical state (normally a blank %^H once the first bug is fixed) to
: leak outwards from utf8.pm, if it is automatically loaded during Unicode
: regular expression matching, into whatever source is compiling at the time
: of the regexp match. This bug, [perl #73174], was present from Perl 5.8.7
: up to Perl 5.11.5, fixed in Perl 5.12.0.