findutils.x86_64 on CentOS 8 / RHEL 8

Last updated: July 07,2022

1. Install findutils.x86_64 package

This tutorial shows how to install findutils.x86_64 package:

sudo dnf makecache
sudo dnf install findutils.x86_64

2. Uninstall / Remove findutils.x86_64 package

Learn how to uninstall findutils.x86_64 package:

sudo dnf remove findutils.x86_64
sudo dnf autoremove

3. Details of findutils.x86_64 package

Last metadata expiration check: 1 day, 3:29:34 ago on Sun May 9 13:03:46 2021.
Installed Packages
Name : findutils
Epoch : 1
Version : 4.6.0
Release : 20.el8
Architecture : x86_64
Size : 1.7 M
Source : findutils-4.6.0-20.el8.src.rpm
Repository : @System
From repo : anaconda
Summary : The GNU versions of find utilities (find and xargs)
URL : http://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.