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

Last updated: June 17,2024

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

Please follow the steps below to install perl-Iterator-Simple-Lookahead.noarch on Fedora 35

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

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

This tutorial shows how to uninstall perl-Iterator-Simple-Lookahead.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:32:30 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Iterator-Simple-Lookahead
Version : 0.09
Release : 9.fc35
Architecture : noarch
Size : 14 k
Source : perl-Iterator-Simple-Lookahead-0.09-9.fc35.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.