How to Install and Uninstall perl-Array-Unique.noarch Package on CentOS Stream 8
Last updated: November 01,2024
1. Install "perl-Array-Unique.noarch" package
This is a short guide on how to install perl-Array-Unique.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
perl-Array-Unique.noarch
Copied
2. Uninstall "perl-Array-Unique.noarch" package
Here is a brief guide to show you how to uninstall perl-Array-Unique.noarch on CentOS Stream 8:
$
sudo dnf remove
perl-Array-Unique.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Array-Unique.noarch package on CentOS Stream 8
Last metadata expiration check: 1:23:06 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Array-Unique
Version : 0.08
Release : 15.el8
Architecture : noarch
Size : 18 k
Source : perl-Array-Unique-0.08-15.el8.src.rpm
Repository : epel
Summary : Tie-able array that allows only unique values
URL : https://metacpan.org/release/Array-Unique
License : GPL+ or Artistic
Description : This package 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. You use the module via tie and once you tied your
: array to this module it will behave correctly.
:
: 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.
Available Packages
Name : perl-Array-Unique
Version : 0.08
Release : 15.el8
Architecture : noarch
Size : 18 k
Source : perl-Array-Unique-0.08-15.el8.src.rpm
Repository : epel
Summary : Tie-able array that allows only unique values
URL : https://metacpan.org/release/Array-Unique
License : GPL+ or Artistic
Description : This package 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. You use the module via tie and once you tied your
: array to this module it will behave correctly.
:
: 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.