How to Install and Uninstall perl-Test-Memory-Cycle.noarch Package on AlmaLinux 8
Last updated: November 26,2024
1. Install "perl-Test-Memory-Cycle.noarch" package
This tutorial shows how to install perl-Test-Memory-Cycle.noarch on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
perl-Test-Memory-Cycle.noarch
Copied
2. Uninstall "perl-Test-Memory-Cycle.noarch" package
This guide covers the steps necessary to uninstall perl-Test-Memory-Cycle.noarch on AlmaLinux 8:
$
sudo dnf remove
perl-Test-Memory-Cycle.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Test-Memory-Cycle.noarch package on AlmaLinux 8
Last metadata expiration check: 1:52:28 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-Test-Memory-Cycle
Version : 1.06
Release : 13.el8
Architecture : noarch
Size : 21 k
Source : perl-Test-Memory-Cycle-1.06-13.el8.src.rpm
Repository : epel
Summary : Check for memory leaks and circular memory references
URL : https://metacpan.org/release/Test-Memory-Cycle
License : Artistic 2.0
Description : Perl's garbage collection has one big problem: Circular references
: can't get cleaned up. A circular reference can be as simple as two
: objects that refer to each other.
:
: "Test::Memory::Cycle" is built on top of "Devel::Cycle" to give you an
: easy way to check for these circular references.
Available Packages
Name : perl-Test-Memory-Cycle
Version : 1.06
Release : 13.el8
Architecture : noarch
Size : 21 k
Source : perl-Test-Memory-Cycle-1.06-13.el8.src.rpm
Repository : epel
Summary : Check for memory leaks and circular memory references
URL : https://metacpan.org/release/Test-Memory-Cycle
License : Artistic 2.0
Description : Perl's garbage collection has one big problem: Circular references
: can't get cleaned up. A circular reference can be as simple as two
: objects that refer to each other.
:
: "Test::Memory::Cycle" is built on top of "Devel::Cycle" to give you an
: easy way to check for these circular references.