How to Install and Uninstall perl-List-UtilsBy.noarch Package on Fedora 39

Last updated: September 23,2024

1. Install "perl-List-UtilsBy.noarch" package

Here is a brief guide to show you how to install perl-List-UtilsBy.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-List-UtilsBy.noarch

2. Uninstall "perl-List-UtilsBy.noarch" package

Please follow the guidelines below to uninstall perl-List-UtilsBy.noarch on Fedora 39:

$ sudo dnf remove perl-List-UtilsBy.noarch $ sudo dnf autoremove

3. Information about the perl-List-UtilsBy.noarch package on Fedora 39

Last metadata expiration check: 1:02:42 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-List-UtilsBy
Version : 0.12
Release : 7.fc39
Architecture : noarch
Size : 28 k
Source : perl-List-UtilsBy-0.12-7.fc39.src.rpm
Repository : fedora
Summary : Higher-order list utility functions
URL : https://metacpan.org/release/List-UtilsBy
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This module provides a number of list utility functions, all of which take
: an initial code block to control their behaviour. They are variations on
: similar core perl or List::Util functions of similar names, but which use
: the block to control their behaviour. For example, the core Perl function
: sort takes a list of values and returns them, sorted into order by their
: string value. The sort_by function sorts them according to the string value
: returned by the extra function, when given each value.