How to Install and Uninstall perl-Task-Weaken.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 12,2024

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

This tutorial shows how to install perl-Task-Weaken.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the instructions below to uninstall perl-Task-Weaken.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Task-Weaken.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:30:40 ago on Mon Feb 26 07:04:30 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.