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

Last updated: July 05,2024

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

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

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

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

Please follow the step by step instructions below to uninstall perl-Language-Functional.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:04:16 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Language-Functional
Version : 0.05
Release : 26.fc34
Architecture : noarch
Size : 28 k
Source : perl-Language-Functional-0.05-26.fc34.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.