How to Install and Uninstall perl-Devel-Cycle.noarch Package on Amazon Linux 2

Last updated: June 26,2024

1. Install "perl-Devel-Cycle.noarch" package

Please follow the guidance below to install perl-Devel-Cycle.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Devel-Cycle.noarch

2. Uninstall "perl-Devel-Cycle.noarch" package

Please follow the guidance below to uninstall perl-Devel-Cycle.noarch on Amazon Linux 2:

$ sudo yum remove perl-Devel-Cycle.noarch $ sudo yum autoremove

3. Information about the perl-Devel-Cycle.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Devel-Cycle
Arch : noarch
Version : 1.11
Release : 13.amzn2
Size : 17 k
Repo : amzn2-core/2/x86_64
Summary : Find memory cycles in objects
URL : http://search.cpan.org/dist/Devel-Cycle/
License : GPL+ or Artistic
Description : This is a simple developer's tool for finding circular references
: in objects and other types of references. Because of Perl's
: reference-count based memory management, circular references will
: cause memory leaks.