How to Install and Uninstall libtie-cycle-perl Package on Kali Linux

Last updated: May 20,2024

1. Install "libtie-cycle-perl" package

Please follow the guidance below to install libtie-cycle-perl on Kali Linux

$ sudo apt update $ sudo apt install libtie-cycle-perl

2. Uninstall "libtie-cycle-perl" package

This guide covers the steps necessary to uninstall libtie-cycle-perl on Kali Linux:

$ sudo apt remove libtie-cycle-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtie-cycle-perl package on Kali Linux

Package: libtie-cycle-perl
Version: 1.228-1
Installed-Size: 33
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 11764
SHA256: 5c90761b3dc306130b07c4db9aa360f12a2cf0d9dfe05ddd719bea2530c96bcd
SHA1: 4ab1eb1bc7f3a7a4d8cf0818d6415b173545af56
MD5sum: aab455248c9258648e70f61418d9fc1e
Description: module for cycling through a list of values via a scalar
You use Tie::Cycle to go through a list over and over again. Once you get to
the end of the list, you go back to the beginning. You don't have to worry
about any of this since the magic of tie does that for you.
.
The tie takes an array reference as its third argument. The tie should
succeed unless the argument is not an array reference. Previous versions
required you to use an array that had more than one element (what's the
pointing of looping otherwise?), but I've removed that restriction since the
number of elements you want to use may change depending on the situation.
.
During the tie, this module makes a shallow copy of the array reference. If
the array reference contains references, and those references are changed
after the tie, the elements of the cycle will change as well. See the
included test.pl script for an example of this effect.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Tie-Cycle
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libt/libtie-cycle-perl/libtie-cycle-perl_1.228-1_all.deb