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

Last updated: September 20,2024

1. Install "perl-DirHandle.noarch" package

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

$ 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 Fedora 36:

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

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

Last metadata expiration check: 4:52:44 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-DirHandle
Version : 1.05
Release : 486.fc36
Architecture : noarch
Size : 17 k
Source : perl-5.34.1-486.fc36.src.rpm
Repository : fedora
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.