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

Last updated: October 06,2024

1. Install "perl-Set-Object" package

Please follow the guidance below to install perl-Set-Object on openSUSE Leap

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

2. Uninstall "perl-Set-Object" package

Please follow the steps below to uninstall perl-Set-Object on openSUSE Leap:

$ sudo zypper remove perl-Set-Object

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

Information for package perl-Set-Object:
----------------------------------------
Repository : Main Repository
Name : perl-Set-Object
Version : 1.42-bp155.1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 87.7 KiB
Installed : No
Status : not installed
Source package : perl-Set-Object-1.42-bp155.1.6.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.