How to Install and Uninstall perl-DirHandle.noarch Package on Fedora 39

Last updated: January 16,2025

1. Install "perl-DirHandle.noarch" package

This guide let you learn how to install perl-DirHandle.noarch on Fedora 39

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

2. Uninstall "perl-DirHandle.noarch" package

Please follow the guidance below to uninstall perl-DirHandle.noarch on Fedora 39:

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

3. Information about the perl-DirHandle.noarch package on Fedora 39

Last metadata expiration check: 3:28:36 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-DirHandle
Version : 1.05
Release : 502.fc39
Architecture : noarch
Size : 13 k
Source : perl-5.38.2-502.fc39.src.rpm
Repository : updates
Summary : Supply object methods for directory handles
URL : https://www.perl.org/
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.