How to Install and Uninstall findutils.src Package on Oracle Linux 9

Last updated: September 29,2024

1. Install "findutils.src" package

This is a short guide on how to install findutils.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install findutils.src

2. Uninstall "findutils.src" package

This tutorial shows how to uninstall findutils.src on Oracle Linux 9:

$ sudo dnf remove findutils.src $ sudo dnf autoremove

3. Information about the findutils.src package on Oracle Linux 9

Last metadata expiration check: 1:02:55 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : findutils
Epoch : 1
Version : 4.8.0
Release : 6.el9
Architecture : src
Size : 1.9 M
Source : None
Repository : ol9_baseos_latest
Summary : The GNU versions of find utilities (find and xargs)
URL : https://www.gnu.org/software/findutils/
License : GPLv3+
Description : The findutils package contains programs which will help you locate
: files on your system. The find utility searches through a hierarchy
: of directories looking for files which match a certain set of criteria
: (such as a file name pattern). The xargs utility builds and executes
: command lines from standard input arguments (usually lists of file
: names generated by the find command).
:
: You should install findutils because it includes tools that are very
: useful for finding things on your system.