How to Install and Uninstall perl-Test-Refcount.noarch Package on Fedora 38
Last updated: November 01,2024
1. Install "perl-Test-Refcount.noarch" package
This guide covers the steps necessary to install perl-Test-Refcount.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
perl-Test-Refcount.noarch
Copied
2. Uninstall "perl-Test-Refcount.noarch" package
Here is a brief guide to show you how to uninstall perl-Test-Refcount.noarch on Fedora 38:
$
sudo dnf remove
perl-Test-Refcount.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Test-Refcount.noarch package on Fedora 38
Last metadata expiration check: 1:10:46 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Test-Refcount
Version : 0.10
Release : 13.fc38
Architecture : noarch
Size : 25 k
Source : perl-Test-Refcount-0.10-13.fc38.src.rpm
Repository : fedora
Summary : Assert reference counts on objects
URL : https://metacpan.org/release/Test-Refcount
License : GPL+ or Artistic
Description : The Perl garbage collector uses simple reference counting during the normal
: execution of a program. This means that cycles or unweakened references in
: other parts of code can keep an object around for longer than intended. To
: help avoid this problem, the reference count of a new object from its class
: constructor ought to be 1. This way, the caller can know the object will be
: properly DESTROYed when it drops all of its references to it.
Available Packages
Name : perl-Test-Refcount
Version : 0.10
Release : 13.fc38
Architecture : noarch
Size : 25 k
Source : perl-Test-Refcount-0.10-13.fc38.src.rpm
Repository : fedora
Summary : Assert reference counts on objects
URL : https://metacpan.org/release/Test-Refcount
License : GPL+ or Artistic
Description : The Perl garbage collector uses simple reference counting during the normal
: execution of a program. This means that cycles or unweakened references in
: other parts of code can keep an object around for longer than intended. To
: help avoid this problem, the reference count of a new object from its class
: constructor ought to be 1. This way, the caller can know the object will be
: properly DESTROYed when it drops all of its references to it.