How to Install and Uninstall perl-Test-Taint Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "perl-Test-Taint" package

In this section, we are going to explain the necessary steps to install perl-Test-Taint on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Test-Taint

2. Uninstall "perl-Test-Taint" package

Here is a brief guide to show you how to uninstall perl-Test-Taint on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-Taint

3. Information about the perl-Test-Taint package on openSuSE Tumbleweed

Information for package perl-Test-Taint:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Taint
Version : 1.08-1.22
Arch : x86_64
Vendor : openSUSE
Installed Size : 26.7 KiB
Installed : No
Status : not installed
Source package : perl-Test-Taint-1.08-1.22.src
Upstream URL : https://metacpan.org/release/Test-Taint
Summary : Tools to test taintedness
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.