How To Install fd-find on Fedora 36
Introduction
In this tutorial we learn how to install fd-find
on Fedora 36.
What is fd-find
Fd is a simple, fast and user-friendly alternative to find.
We can use yum
or dnf
to install fd-find
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fd-find.
Install fd-find on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install fd-find
using dnf
by running the following command:
sudo dnf -y install fd-find
Install fd-find on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install fd-find
using yum
by running the following command:
sudo yum -y install fd-find
How To Uninstall fd-find on Fedora 36
To uninstall only the fd-find
package we can use the following command:
sudo dnf remove fd-find
fd-find Package Contents on Fedora 36
/usr/bin/fd
/usr/lib/.build-id
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/9f417d5867b7b33ecbab6479250dc7cb0f01c0
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/fd.bash
/usr/share/doc/fd-find
/usr/share/doc/fd-find/CHANGELOG.md
/usr/share/doc/fd-find/README.md
/usr/share/fish
/usr/share/fish/vendor_completions.d
/usr/share/fish/vendor_completions.d/fd.fish
/usr/share/licenses/fd-find
/usr/share/licenses/fd-find/LICENSE-APACHE
/usr/share/licenses/fd-find/LICENSE-MIT
/usr/share/man/man1/fd.1.gz
/usr/share/zsh
/usr/share/zsh/site-functions
/usr/share/zsh/site-functions/_fd
References
Summary
In this tutorial we learn how to install fd-find
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).