How to Install and Uninstall perl-Data-Structure-Util Package on openSuSE Tumbleweed

Last updated: May 04,2024

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

This guide let you learn how to install perl-Data-Structure-Util on openSuSE Tumbleweed

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Data-Structure-Util on openSuSE Tumbleweed:

$ sudo zypper remove perl-Data-Structure-Util

3. Information about the perl-Data-Structure-Util package on openSuSE Tumbleweed

Information for package perl-Data-Structure-Util:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Data-Structure-Util
Version : 0.16-1.29
Arch : x86_64
Vendor : openSUSE
Installed Size : 53.6 KiB
Installed : No
Status : not installed
Source package : perl-Data-Structure-Util-0.16-1.29.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.