How To Install perl-CatalystX-LeakChecker on Fedora 36
Introduction
In this tutorial we learn how to install perl-CatalystX-LeakChecker on Fedora 36.
What is perl-CatalystX-LeakChecker
It’s easy to create memory leaks in Catalyst applications and often they’re hard to find. This module tries to help you finding them by automatically checking for common causes of leaks. This module is intended for debugging only. I suggest to not enable it in a production environment.
We can use yum or dnf to install perl-CatalystX-LeakChecker on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-CatalystX-LeakChecker.
Install perl-CatalystX-LeakChecker 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-CatalystX-LeakChecker using dnf by running the following command:
sudo dnf -y install perl-CatalystX-LeakChecker
Install perl-CatalystX-LeakChecker 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-CatalystX-LeakChecker using yum by running the following command:
sudo yum -y install perl-CatalystX-LeakChecker
How To Uninstall perl-CatalystX-LeakChecker on Fedora 36
To uninstall only the perl-CatalystX-LeakChecker package we can use the following command:
sudo dnf remove perl-CatalystX-LeakChecker
perl-CatalystX-LeakChecker Package Contents on Fedora 36
/usr/share/doc/perl-CatalystX-LeakChecker
/usr/share/doc/perl-CatalystX-LeakChecker/Changes
/usr/share/doc/perl-CatalystX-LeakChecker/README
/usr/share/licenses/perl-CatalystX-LeakChecker
/usr/share/licenses/perl-CatalystX-LeakChecker/LICENSE
/usr/share/man/man3/CatalystX::LeakChecker.3pm.gz
/usr/share/perl5/vendor_perl/CatalystX
/usr/share/perl5/vendor_perl/CatalystX/LeakChecker.pm
References
Summary
In this tutorial we learn how to install perl-CatalystX-LeakChecker on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).