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

Last updated: October 09,2024

1. Install "perl-DirHandle.noarch" package

This tutorial shows how to install perl-DirHandle.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-DirHandle.noarch

2. Uninstall "perl-DirHandle.noarch" package

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

$ sudo dnf remove perl-DirHandle.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:46:40 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-DirHandle
Version : 1.05
Release : 480.el9
Architecture : noarch
Size : 14 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Supply object methods for directory handles
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : There is no reason to use this module nowadays. The DirHandle module provides
: an alternative interface to the opendir(), closedir(), readdir(), and
: rewinddir() functions. Since Perl 5.6, opendir() alone has been all you need
: for lexical handles.