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

Last updated: October 06,2024

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

Here is a brief guide to show you how to install perl-Task-Weaken.noarch on Oracle Linux 9

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

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

Please follow the guidelines below to uninstall perl-Task-Weaken.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 0:56:07 ago on Thu Feb 15 07:50:05 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.