How to Install and Uninstall perl-Iterator-Simple-Lookahead.noarch Package on Fedora 36

Last updated: May 19,2024

1. Install "perl-Iterator-Simple-Lookahead.noarch" package

This guide covers the steps necessary to install perl-Iterator-Simple-Lookahead.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Iterator-Simple-Lookahead.noarch

2. Uninstall "perl-Iterator-Simple-Lookahead.noarch" package

Please follow the guidelines below to uninstall perl-Iterator-Simple-Lookahead.noarch on Fedora 36:

$ sudo dnf remove perl-Iterator-Simple-Lookahead.noarch $ sudo dnf autoremove

3. Information about the perl-Iterator-Simple-Lookahead.noarch package on Fedora 36

Last metadata expiration check: 0:30:14 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Iterator-Simple-Lookahead
Version : 0.09
Release : 10.fc36
Architecture : noarch
Size : 14 k
Source : perl-Iterator-Simple-Lookahead-0.09-10.fc36.src.rpm
Repository : fedora
Summary : Simple iterator with look-ahead and unget
URL : https://metacpan.org/release/Iterator-Simple-Lookahead
License : GPL+ or Artistic
Description : This Perl module encapsulates an iterator that allows the user to peek the Nth
: element without consuming it or to push elements back to the iterated stream.