How to Install and Uninstall perl-Test-Memory-Cycle.noarch Package on Fedora 34

Last updated: September 29,2024

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

Please follow the step by step instructions below to install perl-Test-Memory-Cycle.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall perl-Test-Memory-Cycle.noarch on Fedora 34:

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

3. Information about the perl-Test-Memory-Cycle.noarch package on Fedora 34

Last metadata expiration check: 4:21:55 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Test-Memory-Cycle
Version : 1.06
Release : 17.fc34
Architecture : noarch
Size : 18 k
Source : perl-Test-Memory-Cycle-1.06-17.fc34.src.rpm
Repository : fedora
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.