How To Install perl-Data-Structure-Util on Fedora 36

In this tutorial we learn how to install perl-Data-Structure-Util in Fedora 36. perl-Data-Structure-Util is Change nature of data within a structure

Introduction

In this tutorial we learn how to install perl-Data-Structure-Util on Fedora 36.

What is perl-Data-Structure-Util

Data structure. It can process an entire tree and perform the operation requested on each appropriate element.

We can use yum or dnf to install perl-Data-Structure-Util on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Data-Structure-Util.

Install perl-Data-Structure-Util on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Data-Structure-Util using dnf by running the following command:

sudo dnf -y install perl-Data-Structure-Util

Install perl-Data-Structure-Util on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Data-Structure-Util using yum by running the following command:

sudo yum -y install perl-Data-Structure-Util

How To Uninstall perl-Data-Structure-Util on Fedora 36

To uninstall only the perl-Data-Structure-Util package we can use the following command:

sudo dnf remove perl-Data-Structure-Util

perl-Data-Structure-Util Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/5e2dc704e22c40e72ce3dc81168cb5405255cc
/usr/lib64/perl5/vendor_perl/Data
/usr/lib64/perl5/vendor_perl/Data/Structure
/usr/lib64/perl5/vendor_perl/Data/Structure/Util.pm
/usr/lib64/perl5/vendor_perl/auto
/usr/lib64/perl5/vendor_perl/auto/Data
/usr/lib64/perl5/vendor_perl/auto/Data/Structure
/usr/lib64/perl5/vendor_perl/auto/Data/Structure/Util
/usr/lib64/perl5/vendor_perl/auto/Data/Structure/Util/Util.so
/usr/lib64/perl5/vendor_perl/auto/Data/Structure/Util/autosplit.ix
/usr/share/doc/perl-Data-Structure-Util
/usr/share/doc/perl-Data-Structure-Util/CHANGES
/usr/share/doc/perl-Data-Structure-Util/README
/usr/share/doc/perl-Data-Structure-Util/packages.pl
/usr/share/man/man3/Data::Structure::Util.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Data-Structure-Util on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).