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