How to Install and Uninstall liblist-rotation-cycle-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: September 20,2024

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

Please follow the step by step instructions below to install liblist-rotation-cycle-perl on Ubuntu 21.04 (Hirsute Hippo)

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

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

Please follow the instructions below to uninstall liblist-rotation-cycle-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the liblist-rotation-cycle-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: liblist-rotation-cycle-perl
Architecture: all
Version: 1.009-1.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 18
Depends: perl:any
Filename: pool/universe/libl/liblist-rotation-cycle-perl/liblist-rotation-cycle-perl_1.009-1.1_all.deb
Size: 4940
MD5sum: 10aa8f4fecbf661c8e250817ffb27683
SHA1: b845fe247b17f7d9a3537377df4650e8db8e6736
SHA256: 36fb60dd81df0c2b23efd9da1c5d765e497c246fb8a0d599abfc836621d75100
SHA512: 65e3300d13108f8a247b82da495c74b56705cbf7a5cd1be5ece28dbcd64651b4285e34eaa965401327341663fe27ef108099a224cc57006bc31a0e9b5068b38b
Homepage: https://metacpan.org/release/List-Rotation-Cycle
Description-en: 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: 74b289d7ec4276aec54ff5d73650b4b9