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