How to Install and Uninstall perl-Test-LeakTrace.x86_64 Package on Rocky Linux 9

Last updated: May 18,2024

1. Install "perl-Test-LeakTrace.x86_64" package

This guide covers the steps necessary to install perl-Test-LeakTrace.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-Test-LeakTrace.x86_64

2. Uninstall "perl-Test-LeakTrace.x86_64" package

Here is a brief guide to show you how to uninstall perl-Test-LeakTrace.x86_64 on Rocky Linux 9:

$ sudo dnf remove perl-Test-LeakTrace.x86_64 $ sudo dnf autoremove

3. Information about the perl-Test-LeakTrace.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:06:02 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Test-LeakTrace
Version : 0.17
Release : 1.el9
Architecture : x86_64
Size : 45 k
Source : perl-Test-LeakTrace-0.17-1.el9.src.rpm
Repository : epel
Summary : Trace memory leaks
URL : https://metacpan.org/release/Test-LeakTrace
License : GPL+ or Artistic
Description : Test::LeakTrace provides several functions that trace memory leaks. This module
: scans arenas, the memory allocation system, so it can detect any leaked SVs in
: given blocks.
:
: Leaked SVs are SVs that are not released after the end of the scope they have
: been created. These SVs include global variables and internal caches. For
: example, if you call a method in a tracing block, perl might prepare a cache
: for the method. Thus, to trace true leaks, no_leaks_ok() and leaks_cmp_ok()
: executes a block more than once.