How To Install goddi on Fedora 36
Introduction
In this tutorial we learn how to install goddi on Fedora 36.
What is goddi
Goddi (go dump domain info) dumps Active Directory domain information.
We can use yum or dnf to install goddi on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install goddi.
Install goddi 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 goddi using dnf by running the following command:
sudo dnf -y install goddi
Install goddi 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 goddi using yum by running the following command:
sudo yum -y install goddi
How To Uninstall goddi on Fedora 36
To uninstall only the goddi package we can use the following command:
sudo dnf remove goddi
goddi Package Contents on Fedora 36
/usr/bin/goddi
/usr/lib/.build-id
/usr/lib/.build-id/38
/usr/lib/.build-id/38/7a505666e6f1d3a593304c907cf46b98521ea0
/usr/share/doc/goddi
/usr/share/doc/goddi/README.md
/usr/share/licenses/goddi
/usr/share/licenses/goddi/LICENSE
References
Summary
In this tutorial we learn how to install goddi on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).