How to Install and Uninstall perl-Syntax-Keyword-Gather.noarch Package on Fedora 38
Last updated: November 30,2024
1. Install "perl-Syntax-Keyword-Gather.noarch" package
This is a short guide on how to install perl-Syntax-Keyword-Gather.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
perl-Syntax-Keyword-Gather.noarch
Copied
2. Uninstall "perl-Syntax-Keyword-Gather.noarch" package
Here is a brief guide to show you how to uninstall perl-Syntax-Keyword-Gather.noarch on Fedora 38:
$
sudo dnf remove
perl-Syntax-Keyword-Gather.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Syntax-Keyword-Gather.noarch package on Fedora 38
Last metadata expiration check: 3:19:26 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Syntax-Keyword-Gather
Version : 1.003002
Release : 16.fc38
Architecture : noarch
Size : 23 k
Source : perl-Syntax-Keyword-Gather-1.003002-16.fc38.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.
Available Packages
Name : perl-Syntax-Keyword-Gather
Version : 1.003002
Release : 16.fc38
Architecture : noarch
Size : 23 k
Source : perl-Syntax-Keyword-Gather-1.003002-16.fc38.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.