How to Install and Uninstall libarray-unique-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libarray-unique-perl" package

Here is a brief guide to show you how to install libarray-unique-perl on Kali Linux

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

2. Uninstall "libarray-unique-perl" package

This guide let you learn how to uninstall libarray-unique-perl on Kali Linux:

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

3. Information about the libarray-unique-perl package on Kali Linux

Package: libarray-unique-perl
Version: 0.09-1
Installed-Size: 39
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libtie-ixhash-perl
Size: 12908
SHA256: c99e96e217e67cc7ff460fe508f9d486e783557a48c85859778b70c5890e9c53
SHA1: 16574f831e30238974f31362c3e05a1be5d7c873
MD5sum: 3005421d96ef97f3871d234d773e7586
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Array-Unique
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/liba/libarray-unique-perl/libarray-unique-perl_0.09-1_all.deb