How to Install and Uninstall perl-Test-LeakTrace.x86_64 Package on AlmaLinux 8
Last updated: November 02,2024
1. Install "perl-Test-LeakTrace.x86_64" package
This tutorial shows how to install perl-Test-LeakTrace.x86_64 on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
perl-Test-LeakTrace.x86_64
Copied
2. Uninstall "perl-Test-LeakTrace.x86_64" package
Please follow the guidance below to uninstall perl-Test-LeakTrace.x86_64 on AlmaLinux 8:
$
sudo dnf remove
perl-Test-LeakTrace.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Test-LeakTrace.x86_64 package on AlmaLinux 8
Last metadata expiration check: 0:37:19 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-Test-LeakTrace
Version : 0.16
Release : 11.el8
Architecture : x86_64
Size : 50 k
Source : perl-Test-LeakTrace-0.16-11.el8.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.
Available Packages
Name : perl-Test-LeakTrace
Version : 0.16
Release : 11.el8
Architecture : x86_64
Size : 50 k
Source : perl-Test-LeakTrace-0.16-11.el8.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.