How To Install perl-Debug-ShowStuff on Fedora 36

In this tutorial we learn how to install perl-Debug-ShowStuff in Fedora 36. perl-Debug-ShowStuff is A collection of handy debugging routines

Introduction

In this tutorial we learn how to install perl-Debug-ShowStuff on Fedora 36.

What is perl-Debug-ShowStuff

Debug myself doing the same tasks over and over… displaying the keys and values in a hash, displaying the elements in an array, displaying the output of STDERR in a web page, etc. Debug favorite routines and grew as I added to that collection. Finally I decided to publish these tools in the hope that other Perl programmers will find them useful.

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

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

sudo dnf -y install perl-Debug-ShowStuff

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

sudo yum -y install perl-Debug-ShowStuff

How To Uninstall perl-Debug-ShowStuff on Fedora 36

To uninstall only the perl-Debug-ShowStuff package we can use the following command:

sudo dnf remove perl-Debug-ShowStuff

perl-Debug-ShowStuff Package Contents on Fedora 36

/usr/share/doc/perl-Debug-ShowStuff
/usr/share/doc/perl-Debug-ShowStuff/Changes
/usr/share/doc/perl-Debug-ShowStuff/README
/usr/share/licenses/perl-Debug-ShowStuff
/usr/share/licenses/perl-Debug-ShowStuff/LICENSE
/usr/share/man/man3/Debug::ShowStuff.3pm.gz
/usr/share/man/man3/Debug::ShowStuff::ShowVar.3pm.gz
/usr/share/perl5/vendor_perl/Debug
/usr/share/perl5/vendor_perl/Debug/ShowStuff
/usr/share/perl5/vendor_perl/Debug/ShowStuff.pm
/usr/share/perl5/vendor_perl/Debug/ShowStuff.pod
/usr/share/perl5/vendor_perl/Debug/ShowStuff/ShowVar.pm
/usr/share/perl5/vendor_perl/Debug/ShowStuff/ShowVar.pod

References

Summary

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