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

Last updated: October 05,2024

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

This guide covers the steps necessary to install perl-Set-Array.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall perl-Set-Array.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:58:24 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Set-Array
Version : 0.30
Release : 21.fc34
Architecture : noarch
Size : 37 k
Source : perl-Set-Array-0.30-21.fc34.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.