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

Last updated: May 18,2024

1. Install "perl-File-Find.noarch" package

Here is a brief guide to show you how to install perl-File-Find.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-File-Find.noarch

2. Uninstall "perl-File-Find.noarch" package

Here is a brief guide to show you how to uninstall perl-File-Find.noarch on Oracle Linux 9:

$ sudo dnf remove perl-File-Find.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:27:29 ago on Thu Feb 15 07:50:05 2024.
Installed Packages
Name : perl-File-Find
Version : 1.37
Release : 480.el9
Architecture : noarch
Size : 39 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : @System
From repo : ol9_appstream
Summary : Traverse a directory tree
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : These are functions for searching through directory trees doing work on each
: file found similar to the Unix find command.