How to Install and Uninstall libvariable-disposition-perl Package on Kali Linux

Last updated: May 12,2024

1. Install "libvariable-disposition-perl" package

In this section, we are going to explain the necessary steps to install libvariable-disposition-perl on Kali Linux

$ sudo apt update $ sudo apt install libvariable-disposition-perl

2. Uninstall "libvariable-disposition-perl" package

Please follow the steps below to uninstall libvariable-disposition-perl on Kali Linux:

$ sudo apt remove libvariable-disposition-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libvariable-disposition-perl package on Kali Linux

Package: libvariable-disposition-perl
Version: 0.005-1
Installed-Size: 25
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libfuture-perl
Size: 7628
SHA256: 38e90b9147e2c9c5807f61e095cbadd2723008b8a531097fe17a53d464fb785f
SHA1: 1bc2fef6fca8d8c69d4819a49a2e299c915465bc
MD5sum: 09cab58e5868d08dd0dd04133b9d24b0
Description: module to dispose of variables
Provides some basic helper functions for making sure variables go away when
you want them to.
.
Currently provides /dispose as a default import. To avoid this:
.
use Variable::Disposition ();
.
In addition, /retain and /retain_future are available as optional imports.
.
use Variable::Disposition qw(dispose retain retain_future);
.
The :all tag can be used to import every available function:
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Variable-Disposition
Section: perl
Priority: optional
Filename: pool/main/libv/libvariable-disposition-perl/libvariable-disposition-perl_0.005-1_all.deb