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

Last updated: May 19,2024

1. Install "perl-Set-Object" package

This is a short guide on how to install perl-Set-Object on openSuSE Tumbleweed

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

2. Uninstall "perl-Set-Object" package

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

$ sudo zypper remove perl-Set-Object

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

Information for package perl-Set-Object:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Set-Object
Version : 1.42-1.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 91.0 KiB
Installed : No
Status : not installed
Source package : perl-Set-Object-1.42-1.10.src
Upstream URL : https://metacpan.org/release/Set-Object
Summary : Set of objects and strings
Description :
This modules implements a set of objects, that is, an unordered collection
of objects without duplication.
The term _objects_ is applied loosely - for the sake of Set::Object,
anything that is a reference is considered an object.
Set::Object 1.09 and later includes support for inserting scalars
(including the empty string, but excluding 'undef') as well as objects.
This can be thought of as (and is currently implemented as) a degenerate
hash that only has keys and no values. Unlike objects placed into a
Set::Object, scalars that are inserted will be flattened into strings, so
will lose any magic (eg, tie) or other special bits that they went in with;
only strings come out.