How to Install and Uninstall findutils.x86_64 Package on Fedora 35
Last updated: November 29,2024
1. Install "findutils.x86_64" package
This is a short guide on how to install findutils.x86_64 on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
findutils.x86_64
Copied
2. Uninstall "findutils.x86_64" package
Here is a brief guide to show you how to uninstall findutils.x86_64 on Fedora 35:
$
sudo dnf remove
findutils.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the findutils.x86_64 package on Fedora 35
Last metadata expiration check: 1:30:33 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : findutils
Epoch : 1
Version : 4.8.0
Release : 4.fc35
Architecture : x86_64
Size : 538 k
Source : findutils-4.8.0-4.fc35.src.rpm
Repository : fedora
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.
Available Packages
Name : findutils
Epoch : 1
Version : 4.8.0
Release : 4.fc35
Architecture : x86_64
Size : 538 k
Source : findutils-4.8.0-4.fc35.src.rpm
Repository : fedora
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.