How to Install and Uninstall perl-Set-Array.noarch Package on Fedora 35

Last updated: October 08,2024

1. Install "perl-Set-Array.noarch" package

Please follow the guidelines below to install perl-Set-Array.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Set-Array.noarch

2. Uninstall "perl-Set-Array.noarch" package

Learn how to uninstall perl-Set-Array.noarch on Fedora 35:

$ sudo dnf remove perl-Set-Array.noarch $ sudo dnf autoremove

3. Information about the perl-Set-Array.noarch package on Fedora 35

Last metadata expiration check: 0:57:19 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Set-Array
Version : 0.30
Release : 23.fc35
Architecture : noarch
Size : 36 k
Source : perl-Set-Array-0.30-23.fc35.src.rpm
Repository : fedora
Summary : Arrays as objects with lots of handy methods
URL : https://metacpan.org/release/Set-Array
License : Artistic 2.0
Description : Set::Array allows you to create arrays as objects and use OO-style methods
: on them. Many convenient methods are provided here that appear in the
: FAQ's, the Perl Cookbook or posts from comp.lang.perl.misc. In addition,
: there are Set methods with corresponding (overloaded) operators for the
: purpose of Set comparison, i.e. +, ==, etc.