How To Install goaltdns on Fedora 36
In this tutorial we learn how to install goaltdns in Fedora 36. goaltdns is Permutation generation tool
Introduction
In this tutorial we learn how to install goaltdns
on Fedora 36.
What is goaltdns
A permutation generation tool written in Golang.
We can use yum
or dnf
to install goaltdns
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install goaltdns.
Install goaltdns 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 goaltdns
using dnf
by running the following command:
sudo dnf -y install goaltdns
Install goaltdns 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 goaltdns
using yum
by running the following command:
sudo yum -y install goaltdns
How To Uninstall goaltdns on Fedora 36
To uninstall only the goaltdns
package we can use the following command:
sudo dnf remove goaltdns
goaltdns Package Contents on Fedora 36
/usr/bin/goaltdns
/usr/lib/.build-id
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/4489f3b345c119da72468d3c86f2f070da29b4
/usr/share/doc/goaltdns
/usr/share/doc/goaltdns/README.md
/usr/share/doc/goaltdns/words.txt
/usr/share/doc/goaltdns/words2.txt
/usr/share/licenses/goaltdns
/usr/share/licenses/goaltdns/LICENSE
References
Summary
In this tutorial we learn how to install goaltdns
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).