How To Install ffuf on Fedora 36
In this tutorial we learn how to install ffuf in Fedora 36. ffuf is Fast web fuzzer written in Go
Introduction
In this tutorial we learn how to install ffuf on Fedora 36.
What is ffuf
Fast web fuzzer written in Go.
We can use yum or dnf to install ffuf on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ffuf.
Install ffuf 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 ffuf using dnf by running the following command:
sudo dnf -y install ffuf
Install ffuf 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 ffuf using yum by running the following command:
sudo yum -y install ffuf
How To Uninstall ffuf on Fedora 36
To uninstall only the ffuf package we can use the following command:
sudo dnf remove ffuf
ffuf Package Contents on Fedora 36
/usr/bin/ffuf
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/9b2aca2aafad11a7b515d3a8496b990955c5b3
/usr/share/doc/ffuf
/usr/share/doc/ffuf/CHANGELOG.md
/usr/share/doc/ffuf/CONTRIBUTORS.md
/usr/share/doc/ffuf/README.md
/usr/share/licenses/ffuf
/usr/share/licenses/ffuf/LICENSE
References
Summary
In this tutorial we learn how to install ffuf on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).