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

Last updated: September 30,2024

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

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

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

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

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

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

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

Last metadata expiration check: 1:12:21 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Syntax-Keyword-Gather
Version : 1.003002
Release : 13.fc36
Architecture : noarch
Size : 23 k
Source : perl-Syntax-Keyword-Gather-1.003002-13.fc36.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.