How to Install and Uninstall perl-Task-Weaken.noarch Package on Amazon Linux 2

Last updated: April 20,2024

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

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

$ sudo yum makecache $ sudo yum install perl-Task-Weaken.noarch

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

Please follow the instructions below to uninstall perl-Task-Weaken.noarch on Amazon Linux 2:

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

3. Information about the perl-Task-Weaken.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Task-Weaken
Arch : noarch
Version : 1.04
Release : 6.amzn2
Size : 18 k
Repo : amzn2-core/2/x86_64
Summary : Ensure that a platform has weaken support
URL : http://search.cpan.org/dist/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.