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

Last updated: November 23,2024

1. Install "perl-Test-LongString" package

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

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

2. Uninstall "perl-Test-LongString" package

This tutorial shows how to uninstall perl-Test-LongString on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-LongString

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

Information for package perl-Test-LongString:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-LongString
Version : 0.17-1.30
Arch : noarch
Vendor : openSUSE
Installed Size : 17.5 KiB
Installed : No
Status : not installed
Source package : perl-Test-LongString-0.17-1.30.src
Upstream URL : http://search.cpan.org/dist/Test-LongString/
Summary : tests strings for equality, with more helpful failures
Description :
This module provides some drop-in replacements for the string comparison
functions of the Test::More manpage, but which are more suitable when you
test against long strings. If you've ever had to search for text in a
multi-line string like an HTML document, or find specific items in binary
data, this is the module for you.