How to Install and Uninstall perl-DirHandle.noarch Package on CentOS Stream 9

Last updated: May 20,2024

1. Install "perl-DirHandle.noarch" package

Please follow the step by step instructions below to install perl-DirHandle.noarch on CentOS Stream 9

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

2. Uninstall "perl-DirHandle.noarch" package

This guide let you learn how to uninstall perl-DirHandle.noarch on CentOS Stream 9:

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

3. Information about the perl-DirHandle.noarch package on CentOS Stream 9

Last metadata expiration check: 1:59:42 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-DirHandle
Version : 1.05
Release : 481.el9
Architecture : noarch
Size : 12 k
Source : perl-5.32.1-481.el9.src.rpm
Repository : 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.