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

Last updated: November 27,2024

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

Please follow the instructions below to install perl-Language-Functional.noarch on Fedora 35

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

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

Learn how to uninstall perl-Language-Functional.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:01:46 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Language-Functional
Version : 0.05
Release : 28.fc35
Architecture : noarch
Size : 28 k
Source : perl-Language-Functional-0.05-28.fc35.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.