How to Install and Uninstall perl-Syntax-Keyword-Gather.noarch Package on Fedora 35

Last updated: November 29,2024

1. Install "perl-Syntax-Keyword-Gather.noarch" package

This tutorial shows how to install perl-Syntax-Keyword-Gather.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Syntax-Keyword-Gather.noarch

2. Uninstall "perl-Syntax-Keyword-Gather.noarch" package

Please follow the steps below to uninstall perl-Syntax-Keyword-Gather.noarch on Fedora 35:

$ sudo dnf remove perl-Syntax-Keyword-Gather.noarch $ sudo dnf autoremove

3. Information about the perl-Syntax-Keyword-Gather.noarch package on Fedora 35

Last metadata expiration check: 1:37:02 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Syntax-Keyword-Gather
Version : 1.003002
Release : 12.fc35
Architecture : noarch
Size : 23 k
Source : perl-Syntax-Keyword-Gather-1.003002-12.fc35.src.rpm
Repository : fedora
Summary : Implements the Perl 6 'gather/take' control structure in Perl 5
URL : https://metacpan.org/release/Syntax-Keyword-Gather/
License : GPL+ or Artistic
Description : Perl 6 provides a new control structure -- gather -- that allows lists to
: be constructed procedurally, without the need for a temporary variable.
: Within the block/closure controlled by a gather any call to take pushes
: that call's argument list to an implicitly created array. take returns the
: number of elements it took. This module implements that control structure.