How to Install and Uninstall perl-Language-Functional.noarch Package on Fedora 36

Last updated: January 15,2025

1. Install "perl-Language-Functional.noarch" package

Learn how to install perl-Language-Functional.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Language-Functional.noarch

2. Uninstall "perl-Language-Functional.noarch" package

Please follow the steps below to uninstall perl-Language-Functional.noarch on Fedora 36:

$ sudo dnf remove perl-Language-Functional.noarch $ sudo dnf autoremove

3. Information about the perl-Language-Functional.noarch package on Fedora 36

Last metadata expiration check: 5:11:08 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Language-Functional
Version : 0.05
Release : 29.fc36
Architecture : noarch
Size : 28 k
Source : perl-Language-Functional-0.05-29.fc36.src.rpm
Repository : fedora
Summary : Module which makes Perl slightly more functional
URL : https://metacpan.org/release/Language-Functional
License : GPL+ or Artistic
Description : Perl already contains some functional-like functions, such as map and grep.
: The purpose of this module is to add other functional-like functions to
: Perl, such as foldl and foldr, as well as the use of infinite lists.