How To Install perl-Struct-Dumb on Fedora 36

In this tutorial we learn how to install perl-Struct-Dumb in Fedora 36. perl-Struct-Dumb is Make simple lightweight record-like structures

Introduction

In this tutorial we learn how to install perl-Struct-Dumb on Fedora 36.

What is perl-Struct-Dumb

Struct keyword in C, C++ or C#, or Record in Pascal. An invocation of this module will create a construction function which returns new object references with the given field values. These references all respond to lvalue methods that access or modify the values stored.

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

Install perl-Struct-Dumb 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-Struct-Dumb using dnf by running the following command:

sudo dnf -y install perl-Struct-Dumb

Install perl-Struct-Dumb 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-Struct-Dumb using yum by running the following command:

sudo yum -y install perl-Struct-Dumb

How To Uninstall perl-Struct-Dumb on Fedora 36

To uninstall only the perl-Struct-Dumb package we can use the following command:

sudo dnf remove perl-Struct-Dumb

perl-Struct-Dumb Package Contents on Fedora 36

/usr/share/doc/perl-Struct-Dumb
/usr/share/doc/perl-Struct-Dumb/Changes
/usr/share/doc/perl-Struct-Dumb/README
/usr/share/licenses/perl-Struct-Dumb
/usr/share/licenses/perl-Struct-Dumb/LICENSE
/usr/share/man/man3/Struct::Dumb.3pm.gz
/usr/share/perl5/vendor_perl/Struct
/usr/share/perl5/vendor_perl/Struct/Dumb.pm

References

Summary

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