How to Install and Uninstall perl-Data-Structure-Util Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-Data-Structure-Util" package

This tutorial shows how to install perl-Data-Structure-Util on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Data-Structure-Util

2. Uninstall "perl-Data-Structure-Util" package

Please follow the guidelines below to uninstall perl-Data-Structure-Util on openSUSE Leap:

$ sudo zypper remove perl-Data-Structure-Util

3. Information about the perl-Data-Structure-Util package on openSUSE Leap

Information for package perl-Data-Structure-Util:
-------------------------------------------------
Repository : Main Repository
Name : perl-Data-Structure-Util
Version : 0.16-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 45.8 KiB
Installed : No
Status : not installed
Source package : perl-Data-Structure-Util-0.16-bp155.2.11.src
Upstream URL : http://search.cpan.org/dist/Data-Structure-Util/
Summary : Change nature of data within a structure
Description :
'Data::Structure::Util' is a toolbox to manipulate the data inside a data
structure. It can process an entire tree and perform the operation
requested on each appropriate element.
For example: It can transform all strings within a data structure to utf8
or transform any utf8 string back to the default encoding. It can remove
the blessing on any reference. It can collect all the objects or detect if
there is a circular reference.
It is written in C for decent speed.