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

Last updated: May 14,2024

1. Install "libtie-cycle-perl" package

Here is a brief guide to show you how to install libtie-cycle-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libtie-cycle-perl" package

Here is a brief guide to show you how to uninstall libtie-cycle-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtie-cycle-perl
Priority: optional
Section: universe/perl
Installed-Size: 20
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.221-1
Depends: perl
Filename: pool/universe/libt/libtie-cycle-perl/libtie-cycle-perl_1.221-1_all.deb
Size: 6170
MD5sum: fa320c38973e6668f3092bcf5b113c64
SHA1: 27ecff28e755db82b40d8aaeed20eb1d9fb4e3c6
SHA256: 984bcb20f293964063066b27917aa8bd6457687883d4036a25a225b848d807cf
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
Homepage: https://metacpan.org/release/Tie-Cycle
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu