How to Install and Uninstall libtask-weaken-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libtask-weaken-perl" package

This is a short guide on how to install libtask-weaken-perl on Kali Linux

$ sudo apt update $ sudo apt install libtask-weaken-perl

2. Uninstall "libtask-weaken-perl" package

This tutorial shows how to uninstall libtask-weaken-perl on Kali Linux:

$ sudo apt remove libtask-weaken-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtask-weaken-perl package on Kali Linux

Package: libtask-weaken-perl
Version: 1.06-2
Installed-Size: 25
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 9364
SHA256: dcf0da4f7ca2da1864d56fc502d2ffe27f1022c88721137777a7c22c5c4c9a6a
SHA1: 43f717348ea511bb226e971fff260536c120a958
MD5sum: 662b04899bbe527d28122f109d65a299
Description: module for ensuring that a platform has weaken support
One recurring problem in modules that use Scalar::Util's weaken function is
that it is not present in the pure-perl variant.
.
While this isn't necessarily always a problem in a straight CPAN-based Perl
environment, some operating system distributions only include the pure-Perl
versions, don't include the XS version, and so weaken is then "missing" from
the platform, despite passing a dependency on Scalar::Util successfully.
.
The normal solution is to manually write tests in each distribution to ensure
that weaken is available.
.
Task::Weaken 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.
Description-md5:
Homepage: https://metacpan.org/release/Task-Weaken
Tag: devel::lang:perl, devel::library, devel::testing-qa,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libt/libtask-weaken-perl/libtask-weaken-perl_1.06-2_all.deb