How To Install fzf on Fedora 34
Introduction
In this tutorial we learn how to install fzf
on Fedora 34.
What is fzf
fzf is a general-purpose command-line fuzzy finder. It’s an interactive Unix filter for command-line that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, etc.
We can use yum
or dnf
to install fzf
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install fzf.
Install fzf on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
The output should look something like this:
After updating yum database, We can install fzf
using dnf
by running the following command:
Install fzf on Fedora 34 Using yum
Update yum database with yum
using the following command.
The output should look something like this:
After updating yum database, We can install fzf
using yum
by running the following command:
How To Uninstall fzf on Fedora 34
To uninstall only the fzf
package we can use the following command:
fzf Package Contents on Fedora 34
References
Summary
In this tutorial we learn how to install fzf
on Fedora 34 using yum and dnf.