How to Install and Uninstall perl-Devel-Cycle.noarch Package on AlmaLinux 8

Last updated: July 01,2024

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

Please follow the instructions below to install perl-Devel-Cycle.noarch on AlmaLinux 8

$ sudo dnf update $ sudo dnf install perl-Devel-Cycle.noarch

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

This tutorial shows how to uninstall perl-Devel-Cycle.noarch on AlmaLinux 8:

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

3. Information about the perl-Devel-Cycle.noarch package on AlmaLinux 8

Last metadata expiration check: 1:04:01 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-Devel-Cycle
Version : 1.12
Release : 16.el8
Architecture : noarch
Size : 22 k
Source : perl-Devel-Cycle-1.12-16.el8.src.rpm
Repository : epel
Summary : Find memory cycles in objects
URL : https://metacpan.org/release/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.