How To Install assetfinder on Fedora 36
Introduction
In this tutorial we learn how to install assetfinder
on Fedora 36.
What is assetfinder
Find domains and subdomains related to a given domain.
We can use yum
or dnf
to install assetfinder
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install assetfinder.
Install assetfinder 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 assetfinder
using dnf
by running the following command:
sudo dnf -y install assetfinder
Install assetfinder 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 assetfinder
using yum
by running the following command:
sudo yum -y install assetfinder
How To Uninstall assetfinder on Fedora 36
To uninstall only the assetfinder
package we can use the following command:
sudo dnf remove assetfinder
assetfinder Package Contents on Fedora 36
/usr/bin/assetfinder
/usr/lib/.build-id
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/046623d084f75365add4e1303c209174fe0f7e
/usr/share/doc/assetfinder
/usr/share/doc/assetfinder/README.md
/usr/share/licenses/assetfinder
/usr/share/licenses/assetfinder/LICENSE
References
Summary
In this tutorial we learn how to install assetfinder
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).