How to Install and Uninstall findutils.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 26,2024

1. Install "findutils.x86_64" package

This guide let you learn how to install findutils.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install findutils.x86_64

2. Uninstall "findutils.x86_64" package

Please follow the guidance below to uninstall findutils.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove findutils.x86_64 $ sudo yum autoremove

3. Information about the findutils.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : findutils
Arch : x86_64
Epoch : 1
Version : 4.5.11
Release : 6.el7
Size : 1.8 M
Repo : installed
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.