How to Install and Uninstall perl-Array-Unique.noarch Package on Fedora 38
Last updated: November 25,2024
1. Install "perl-Array-Unique.noarch" package
Please follow the steps below to install perl-Array-Unique.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
perl-Array-Unique.noarch
Copied
2. Uninstall "perl-Array-Unique.noarch" package
This guide let you learn how to uninstall perl-Array-Unique.noarch on Fedora 38:
$
sudo dnf remove
perl-Array-Unique.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Array-Unique.noarch package on Fedora 38
Last metadata expiration check: 5:58:00 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Array-Unique
Version : 0.09
Release : 1.fc38
Architecture : noarch
Size : 24 k
Source : perl-Array-Unique-0.09-1.fc38.src.rpm
Repository : updates
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.09
Release : 1.fc38
Architecture : noarch
Size : 24 k
Source : perl-Array-Unique-0.09-1.fc38.src.rpm
Repository : updates
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.