How to Install and Uninstall perl-Test-LeakTrace Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-Test-LeakTrace" package

This is a short guide on how to install perl-Test-LeakTrace on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Test-LeakTrace

2. Uninstall "perl-Test-LeakTrace" package

Learn how to uninstall perl-Test-LeakTrace on openSUSE Leap:

$ sudo zypper remove perl-Test-LeakTrace

3. Information about the perl-Test-LeakTrace package on openSUSE Leap

Information for package perl-Test-LeakTrace:
--------------------------------------------
Repository : Main Repository
Name : perl-Test-LeakTrace
Version : 0.16-1.26
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 50.5 KiB
Installed : No
Status : not installed
Source package : perl-Test-LeakTrace-0.16-1.26.src
Upstream URL : http://search.cpan.org/dist/Test-LeakTrace/
Summary : Traces memory leaks
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 which 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.