How to Install and Uninstall libtie-cycle-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "libtie-cycle-perl" package

This guide covers the steps necessary to install libtie-cycle-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libtie-cycle-perl" package

This guide let you learn how to uninstall libtie-cycle-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libtie-cycle-perl package on Ubuntu 21.10 (Impish Indri)

Package: libtie-cycle-perl
Architecture: all
Version: 1.226-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: 33
Depends: perl:any
Filename: pool/universe/libt/libtie-cycle-perl/libtie-cycle-perl_1.226-1_all.deb
Size: 10760
MD5sum: fa0d837445f54e814f998b923399f3bb
SHA1: c66b53d4f24b947d5fe444af4c035bdadf3b113d
SHA256: ea072dddd56b5692e468ee06fb316b970f3cc10ed0ec688d09f465826d3ab5e1
SHA512: af3b2aeb2b189cc1f9e2a11611f05a60028fd7651b5829be24f6258ce09b8b69f80ebb208fab34654a6650cbdf624fec569b32e1c6da2c88fc32f8e48a9d112c
Homepage: https://metacpan.org/release/Tie-Cycle
Description-en: 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: 83df1db8cf5f54fe57b0827ef73ebfa9