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

Last updated: October 02,2024

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

This guide let you learn how to install perl-Test-Taint.x86_64 on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Test-Taint.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 3:06:16 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Test-Taint
Version : 1.08
Release : 9.fc36
Architecture : x86_64
Size : 20 k
Source : perl-Test-Taint-1.08-9.fc36.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.