How to Install and Uninstall perl-DirHandle.noarch Package on Oracle Linux 9

Last updated: May 10,2024

1. Install "perl-DirHandle.noarch" package

Please follow the instructions below to install perl-DirHandle.noarch on Oracle Linux 9

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

2. Uninstall "perl-DirHandle.noarch" package

Please follow the step by step instructions below to uninstall perl-DirHandle.noarch on Oracle Linux 9:

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

3. Information about the perl-DirHandle.noarch package on Oracle Linux 9

Last metadata expiration check: 2:04:52 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-DirHandle
Version : 1.05
Release : 480.el9
Architecture : noarch
Size : 13 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ol9_appstream
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.