How to Install and Uninstall perl-Test-Memory-Cycle.noarch Package on Amazon Linux 2
Last updated: November 14,2024
1. Install "perl-Test-Memory-Cycle.noarch" package
This guide covers the steps necessary to install perl-Test-Memory-Cycle.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
perl-Test-Memory-Cycle.noarch
Copied
2. Uninstall "perl-Test-Memory-Cycle.noarch" package
In this section, we are going to explain the necessary steps to uninstall perl-Test-Memory-Cycle.noarch on Amazon Linux 2:
$
sudo yum remove
perl-Test-Memory-Cycle.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the perl-Test-Memory-Cycle.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : perl-Test-Memory-Cycle
Arch : noarch
Version : 1.04
Release : 17.amzn2
Size : 13 k
Repo : amzn2-core/2/x86_64
Summary : Check for memory leaks and circular memory references
URL : http://search.cpan.org/dist/Test-Memory-Cycle/
License : GPL+ or Artistic
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
Arch : noarch
Version : 1.04
Release : 17.amzn2
Size : 13 k
Repo : amzn2-core/2/x86_64
Summary : Check for memory leaks and circular memory references
URL : http://search.cpan.org/dist/Test-Memory-Cycle/
License : GPL+ or Artistic
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.