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

Last updated: May 17,2024

1. Install "libarray-unique-perl" package

Please follow the step by step instructions below to install libarray-unique-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libarray-unique-perl

2. Uninstall "libarray-unique-perl" package

Please follow the step by step instructions below to uninstall libarray-unique-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libarray-unique-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libarray-unique-perl
Priority: optional
Section: universe/perl
Installed-Size: 55
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.08-2
Depends: perl
Filename: pool/universe/liba/libarray-unique-perl/libarray-unique-perl_0.08-2_all.deb
Size: 10422
MD5sum: 43b169d39f76e95483e377d0ceed58fc
SHA1: 7732b1032f8622b0cc82910592605fcbdf0cde06
SHA256: 2a290b9d223f09cf430b3e496bcd95ebcca54d2cd26c9bd784e582f0b31627fa
Description-en: Tie-able array that allows only unique values
Array::Unique lets you create an array which will allow only one occurrence of
any value. In other words, no matter how many times you put in 42, it will keep
only the first occurrence and the rest will be dropped.
.
Uniqueness is checked with the 'eq' operator so among other things it is case
sensitive. As a side effect, the module does not allow undef as a value in the
array.
Description-md5: 88028a7adc2045bba4fb7252dda9c219
Homepage: https://metacpan.org/release/Array-Unique
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu