How to Install and Uninstall perl-File-Next.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "perl-File-Next.noarch" package

Please follow the guidance below to install perl-File-Next.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-File-Next.noarch

2. Uninstall "perl-File-Next.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-File-Next.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-File-Next.noarch $ sudo dnf autoremove

3. Information about the perl-File-Next.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:42:31 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-File-Next
Version : 1.18
Release : 9.el9
Architecture : noarch
Size : 22 k
Source : perl-File-Next-1.18-9.el9.src.rpm
Repository : epel
Summary : An iterator-based module for finding files
URL : https://metacpan.org/release/File-Next
License : Artistic 2.0
Description : File::Next is an iterator-based module for finding files. It's
: lightweight, has no dependencies, runs under taint mode, and puts your
: program more directly in control of file selection.