How To Install perl-Devel-Gladiator on Fedora 36

In this tutorial we learn how to install perl-Devel-Gladiator in Fedora 36. perl-Devel-Gladiator is Walk Perl’s arena

Introduction

In this tutorial we learn how to install perl-Devel-Gladiator on Fedora 36.

What is perl-Devel-Gladiator

Devel enumerate all the currently live SVs. This can be used to hunt leaks and to profile memory usage.

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

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

sudo dnf -y install perl-Devel-Gladiator

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

sudo yum -y install perl-Devel-Gladiator

How To Uninstall perl-Devel-Gladiator on Fedora 36

To uninstall only the perl-Devel-Gladiator package we can use the following command:

sudo dnf remove perl-Devel-Gladiator

perl-Devel-Gladiator Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/7560996b119ebbc6fba3e25148849d0ef704c9
/usr/lib64/perl5/vendor_perl/Devel
/usr/lib64/perl5/vendor_perl/Devel/Gladiator.pm
/usr/lib64/perl5/vendor_perl/auto/Devel
/usr/lib64/perl5/vendor_perl/auto/Devel/Gladiator
/usr/lib64/perl5/vendor_perl/auto/Devel/Gladiator/Gladiator.so
/usr/share/doc/perl-Devel-Gladiator
/usr/share/doc/perl-Devel-Gladiator/CONTRIBUTING
/usr/share/doc/perl-Devel-Gladiator/Changes
/usr/share/doc/perl-Devel-Gladiator/README
/usr/share/licenses/perl-Devel-Gladiator
/usr/share/licenses/perl-Devel-Gladiator/LICENCE
/usr/share/man/man3/Devel::Gladiator.3pm.gz

References

Summary

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