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

Last updated: May 17,2024

1. Install "liblist-rotation-cycle-perl" package

Please follow the guidelines below to install liblist-rotation-cycle-perl on Kali Linux

$ sudo apt update $ sudo apt install liblist-rotation-cycle-perl

2. Uninstall "liblist-rotation-cycle-perl" package

This tutorial shows how to uninstall liblist-rotation-cycle-perl on Kali Linux:

$ sudo apt remove liblist-rotation-cycle-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: liblist-rotation-cycle-perl
Version: 1.009-3
Installed-Size: 19
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 5708
SHA256: 266989357dd14527a98e6b2b1cdf5a8f15104cef6880fb496021819f4f17dc4e
SHA1: 7429928168c07ea34a65b5c92df958f3a157f788
MD5sum: 46b3d06427be15fe425ba14d5f83fbe2
Description: module that cycles through a list of values
Use List::Rotation::Cycle to loop through a list of values. Once you get to
the end of the list, you go back to the beginning.
.
List::Rotation::Cycle is implemented as a Singleton Pattern. You always just
get 1 (the very same) Cycle object even if you use the new method several
times. This is done by using Memoize on the new method. It returns the same
object for every use of new that comes with the same List of parameters.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/List-Rotation-Cycle
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libl/liblist-rotation-cycle-perl/liblist-rotation-cycle-perl_1.009-3_all.deb