How to Install and Uninstall perl-Test-LeakTrace.x86_64 Package on Fedora 34

Last updated: July 04,2024

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

In this section, we are going to explain the necessary steps to install perl-Test-LeakTrace.x86_64 on Fedora 34

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

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

Please follow the instructions below to uninstall perl-Test-LeakTrace.x86_64 on Fedora 34:

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

3. Information about the perl-Test-LeakTrace.x86_64 package on Fedora 34

Last metadata expiration check: 2:12:40 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-LeakTrace
Version : 0.17
Release : 2.fc34
Architecture : x86_64
Size : 45 k
Source : perl-Test-LeakTrace-0.17-2.fc34.src.rpm
Repository : fedora
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.