How To Install aron on Fedora 36
In this tutorial we learn how to install aron in Fedora 36. aron is Tool to find hidden GET & POST parameters
Introduction
In this tutorial we learn how to install aron
on Fedora 36.
What is aron
Aron is a GO script for finding hidden GET & POST parameters.
We can use yum
or dnf
to install aron
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install aron.
Install aron 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 aron
using dnf
by running the following command:
sudo dnf -y install aron
Install aron 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 aron
using yum
by running the following command:
sudo yum -y install aron
How To Uninstall aron on Fedora 36
To uninstall only the aron
package we can use the following command:
sudo dnf remove aron
aron Package Contents on Fedora 36
/usr/bin/Aron
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/9f9ae68bf7d949dedae46331b47053f4822a1b
/usr/share/doc/aron
/usr/share/doc/aron/README.md
/usr/share/doc/aron/dict.txt
/usr/share/licenses/aron
/usr/share/licenses/aron/LICENSE
References
Summary
In this tutorial we learn how to install aron
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).