How to Install and Uninstall perl-Test-Taint.x86_64 Package on Fedora 34

Last updated: October 05,2024

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

Please follow the guidelines below to install perl-Test-Taint.x86_64 on Fedora 34

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

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

Please follow the step by step instructions below to uninstall perl-Test-Taint.x86_64 on Fedora 34:

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

3. Information about the perl-Test-Taint.x86_64 package on Fedora 34

Last metadata expiration check: 5:31:10 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-Taint
Version : 1.08
Release : 6.fc34
Architecture : x86_64
Size : 20 k
Source : perl-Test-Taint-1.08-6.fc34.src.rpm
Repository : fedora
Summary : Tools to test taintedness
URL : https://metacpan.org/release/Test-Taint
License : GPL+ or Artistic
Description : Tainted data is data that comes from an unsafe source, such as the command
: line, or, in the case of web apps, any GET or POST transactions. Read the
: perlsec man page for details on why tainted data is bad, and how to untaint
: the data.
:
: When you're writing unit tests for code that deals with tainted data, you'll
: want to have a way to provide tainted data for your routines to handle, and
: easy ways to check and report on the taintedness of your data, in standard
: Test::More style.