How to Install and Uninstall perl-CatalystX-LeakChecker.noarch Package on Fedora 34

Last updated: January 15,2025

1. Install "perl-CatalystX-LeakChecker.noarch" package

Please follow the guidance below to install perl-CatalystX-LeakChecker.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-CatalystX-LeakChecker.noarch

2. Uninstall "perl-CatalystX-LeakChecker.noarch" package

Please follow the guidelines below to uninstall perl-CatalystX-LeakChecker.noarch on Fedora 34:

$ sudo dnf remove perl-CatalystX-LeakChecker.noarch $ sudo dnf autoremove

3. Information about the perl-CatalystX-LeakChecker.noarch package on Fedora 34

Last metadata expiration check: 2:16:33 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-CatalystX-LeakChecker
Version : 0.06
Release : 32.fc34
Architecture : noarch
Size : 20 k
Source : perl-CatalystX-LeakChecker-0.06-32.fc34.src.rpm
Repository : fedora
Summary : Debug memory leaks in Catalyst applications
URL : https://metacpan.org/release/CatalystX-LeakChecker
License : GPL+ or Artistic
Description : 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.