How to Install and Uninstall liblist-rotation-cycle-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

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

This guide let you learn how to install liblist-rotation-cycle-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide covers the steps necessary to uninstall liblist-rotation-cycle-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the liblist-rotation-cycle-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: liblist-rotation-cycle-perl
Priority: optional
Section: universe/perl
Installed-Size: 50
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.009-1
Depends: perl
Filename: pool/universe/libl/liblist-rotation-cycle-perl/liblist-rotation-cycle-perl_1.009-1_all.deb
Size: 5384
MD5sum: 3d51b0259403179da646e70c8780a6c5
SHA1: 45add46a8c65e8c4e29eb7bdcd1b093807a9596f
SHA256: 17f7c866ae05568e104ce8dd0ed9f2262eeda0c1eb87f9d53fa62c49c431ff15
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
Homepage: https://metacpan.org/release/List-Rotation-Cycle
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu