How to Install and Uninstall perl-Array-Unique.noarch Package on Fedora 35
Last updated: November 13,2024
1. Install "perl-Array-Unique.noarch" package
Please follow the steps below to install perl-Array-Unique.noarch on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
perl-Array-Unique.noarch
Copied
2. Uninstall "perl-Array-Unique.noarch" package
This is a short guide on how to uninstall perl-Array-Unique.noarch on Fedora 35:
$
sudo dnf remove
perl-Array-Unique.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Array-Unique.noarch package on Fedora 35
Last metadata expiration check: 1:39:11 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Array-Unique
Version : 0.08
Release : 21.fc35
Architecture : noarch
Size : 17 k
Source : perl-Array-Unique-0.08-21.fc35.src.rpm
Repository : fedora
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 : 21.fc35
Architecture : noarch
Size : 17 k
Source : perl-Array-Unique-0.08-21.fc35.src.rpm
Repository : fedora
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.