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

Last updated: September 18,2024

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

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

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

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

This guide let you learn how to uninstall perl-Iterator-Simple-Lookahead.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:20:20 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Iterator-Simple-Lookahead
Version : 0.09
Release : 7.fc34
Architecture : noarch
Size : 15 k
Source : perl-Iterator-Simple-Lookahead-0.09-7.fc34.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.