How to Install and Uninstall perl-Test-LongString Package on openSUSE Leap

Last updated: May 21,2024

1. Install "perl-Test-LongString" package

This is a short guide on how to install perl-Test-LongString on openSUSE Leap

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

2. Uninstall "perl-Test-LongString" package

Please follow the step by step instructions below to uninstall perl-Test-LongString on openSUSE Leap:

$ sudo zypper remove perl-Test-LongString

3. Information about the perl-Test-LongString package on openSUSE Leap

Information for package perl-Test-LongString:
---------------------------------------------
Repository : Main Repository
Name : perl-Test-LongString
Version : 0.17-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 17.7 KiB
Installed : No
Status : not installed
Source package : perl-Test-LongString-0.17-bp155.2.12.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.