How to Install and Uninstall perl-Task-Weaken.noarch Package on AlmaLinux 8

Last updated: May 19,2024

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

This guide covers the steps necessary to install perl-Task-Weaken.noarch on AlmaLinux 8

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

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

Learn how to uninstall perl-Task-Weaken.noarch on AlmaLinux 8:

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

3. Information about the perl-Task-Weaken.noarch package on AlmaLinux 8

Last metadata expiration check: 0:40:27 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-Task-Weaken
Version : 1.06
Release : 1.el8
Architecture : noarch
Size : 23 k
Source : perl-Task-Weaken-1.06-1.el8.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.