How to Install and Uninstall perl-Test-Memory-Cycle.noarch Package on Oracle Linux 9

Last updated: July 04,2024

1. Install "perl-Test-Memory-Cycle.noarch" package

This is a short guide on how to install perl-Test-Memory-Cycle.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Test-Memory-Cycle.noarch

2. Uninstall "perl-Test-Memory-Cycle.noarch" package

This guide let you learn how to uninstall perl-Test-Memory-Cycle.noarch on Oracle Linux 9:

$ sudo dnf remove perl-Test-Memory-Cycle.noarch $ sudo dnf autoremove

3. Information about the perl-Test-Memory-Cycle.noarch package on Oracle Linux 9

Last metadata expiration check: 0:51:51 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Test-Memory-Cycle
Version : 1.06
Release : 13.el9
Architecture : noarch
Size : 17 k
Source : perl-Test-Memory-Cycle-1.06-13.el9.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.