How to Install and Uninstall perl-Set-Tiny Package on openSUSE Leap

Last updated: November 23,2024

1. Install "perl-Set-Tiny" package

Please follow the instructions below to install perl-Set-Tiny on openSUSE Leap

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

2. Uninstall "perl-Set-Tiny" package

This tutorial shows how to uninstall perl-Set-Tiny on openSUSE Leap:

$ sudo zypper remove perl-Set-Tiny

3. Information about the perl-Set-Tiny package on openSUSE Leap

Information for package perl-Set-Tiny:
--------------------------------------
Repository : Main Repository
Name : perl-Set-Tiny
Version : 0.04-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 16.5 KiB
Installed : No
Status : not installed
Source package : perl-Set-Tiny-0.04-bp155.1.4.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.