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

Last updated: October 06,2024

1. Install "perl-DirHandle.noarch" package

In this section, we are going to explain the necessary steps to install perl-DirHandle.noarch on Fedora 35

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

2. Uninstall "perl-DirHandle.noarch" package

Please follow the steps below to uninstall perl-DirHandle.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:13:13 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-DirHandle
Version : 1.05
Release : 486.fc35
Architecture : noarch
Size : 17 k
Source : perl-5.34.1-486.fc35.src.rpm
Repository : updates
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.