How to Install and Uninstall perl-Taint-Util.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "perl-Taint-Util.x86_64" package

Please follow the guidelines below to install perl-Taint-Util.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Taint-Util.x86_64

2. Uninstall "perl-Taint-Util.x86_64" package

Please follow the steps below to uninstall perl-Taint-Util.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Taint-Util.x86_64 $ sudo dnf autoremove

3. Information about the perl-Taint-Util.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:40:09 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Taint-Util
Version : 0.08
Release : 22.el9
Architecture : x86_64
Size : 27 k
Source : perl-Taint-Util-0.08-22.el9.src.rpm
Repository : epel
Summary : Test for and flip the taint flag without regex matches or eval
URL : https://metacpan.org/release/Taint-Util
License : GPL+ or Artistic
Description : Wraps perl's internal routines for checking and setting the taint flag and
: thus does not rely on regular expressions for untainting or odd tricks
: involving eval and kill for checking whether data is tainted; instead, it
: checks and flips a flag on the scalar in-place.