How to Install and Uninstall perl-Task-Weaken.noarch Package on Fedora 34

Last updated: October 06,2024

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

This is a short guide on how to install perl-Task-Weaken.noarch on Fedora 34

$ 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 Fedora 34:

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

3. Information about the perl-Task-Weaken.noarch package on Fedora 34

Last metadata expiration check: 4:30:46 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Task-Weaken
Version : 1.06
Release : 10.fc34
Architecture : noarch
Size : 21 k
Source : perl-Task-Weaken-1.06-10.fc34.src.rpm
Repository : fedora
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.