How to Install and Uninstall libtask-weaken-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libtask-weaken-perl" package

Please follow the guidelines below to install libtask-weaken-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libtask-weaken-perl" package

Please follow the instructions below to uninstall libtask-weaken-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libtask-weaken-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtask-weaken-perl
Priority: optional
Section: universe/perl
Installed-Size: 48
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.04-1
Depends: perl
Filename: pool/universe/libt/libtask-weaken-perl/libtask-weaken-perl_1.04-1_all.deb
Size: 7628
MD5sum: 63a4c1fc864ce4c40baeecd41b9f3687
SHA1: 6eb57cc48468d7717ac2446d38fcb481a2c3b9cf
SHA256: 9bcb5173323e91f6eb2f8e2c4ba9c46cd7901b1839313715f6409d0cf6954ce3
Description-en: 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 necesarily 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: fb54943f95a181df94f31285215fbe20
Homepage: https://metacpan.org/release/Task-Weaken/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 3y
Task: mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master