How to Install and Uninstall perl-Task-Weaken.noarch Package on Rocky Linux 9

Last updated: January 12,2025

1. Install "perl-Task-Weaken.noarch" package

Please follow the instructions below to install perl-Task-Weaken.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-Task-Weaken.noarch

2. Uninstall "perl-Task-Weaken.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Task-Weaken.noarch on Rocky Linux 9:

$ sudo dnf remove perl-Task-Weaken.noarch $ sudo dnf autoremove

3. Information about the perl-Task-Weaken.noarch package on Rocky Linux 9

Last metadata expiration check: 1:09:16 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Task-Weaken
Version : 1.06
Release : 1.el9
Architecture : noarch
Size : 21 k
Source : perl-Task-Weaken-1.06-1.el9.src.rpm
Repository : epel
Summary : Ensure that a platform has weaken support
URL : https://metacpan.org/release/Task-Weaken
License : GPL+ or Artistic
Description : One recurring problem in modules that use Scalar::Util's weaken function is
: that it is not present in the pure-perl variant.
:
: This restores the functionality testing to a dependency you do once in
: your Makefile.PL, rather than something you have to write extra tests
: for each time you write a module.