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

Last updated: October 07,2024

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

This is a short guide on how to install perl-File-Find.noarch on AlmaLinux 9

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

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

This tutorial shows how to uninstall perl-File-Find.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 2:00:15 ago on Wed Mar 13 07:41:12 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 : 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.