How to Install and Uninstall perl-Set-Tiny Package on openSuSE Tumbleweed

Last updated: June 14,2024

1. Install "perl-Set-Tiny" package

Learn how to install perl-Set-Tiny on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Set-Tiny

2. Uninstall "perl-Set-Tiny" package

This is a short guide on how to uninstall perl-Set-Tiny on openSuSE Tumbleweed:

$ sudo zypper remove perl-Set-Tiny

3. Information about the perl-Set-Tiny package on openSuSE Tumbleweed

Information for package perl-Set-Tiny:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Set-Tiny
Version : 0.04-1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 16.3 KiB
Installed : No
Status : not installed
Source package : perl-Set-Tiny-0.04-1.16.src
Upstream URL : http://search.cpan.org/dist/Set-Tiny/
Summary : Simple sets of strings
Description :
Set::Tiny is a thin wrapper around regular Perl hashes to perform often
needed set operations, such as testing two sets of strings for equality, or
checking whether one is contained within the other.
For a more complete implementation of mathematical set theory, see
Set::Scalar. For sets of arbitrary objects, see Set::Object.