How To Install gotun-devel on Fedora 36

In this tutorial we learn how to install gotun-devel in Fedora 36. gotun-devel is Tool to run tests on OpenStack

Introduction

In this tutorial we learn how to install gotun-devel on Fedora 36.

What is gotun-devel

Tool to run tests on OpenStack This package contains library source intended for building other packages which use import path with github.com/kushaldas/gotun prefix. BuildRequires Requires Provides Provides Provides Provides

We can use yum or dnf to install gotun-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gotun-devel.

Install gotun-devel 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-devel using dnf by running the following command:

sudo dnf -y install gotun-devel

Install gotun-devel 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-devel using yum by running the following command:

sudo yum -y install gotun-devel

How To Uninstall gotun-devel on Fedora 36

To uninstall only the gotun-devel package we can use the following command:

sudo dnf remove gotun-devel

gotun-devel Package Contents on Fedora 36

/usr/share/doc/gotun-devel
/usr/share/doc/gotun-devel/README.md
/usr/share/gocode/src/github.com/kushaldas
/usr/share/gocode/src/github.com/kushaldas/gotun
/usr/share/gocode/src/github.com/kushaldas/gotun/aws.go
/usr/share/gocode/src/github.com/kushaldas/gotun/main.go
/usr/share/gocode/src/github.com/kushaldas/gotun/openstack.go
/usr/share/gocode/src/github.com/kushaldas/gotun/utils.go
/usr/share/licenses/gotun-devel
/usr/share/licenses/gotun-devel/COPYING
/usr/share/licenses/gotun-devel/LICENSE

References

Summary

In this tutorial we learn how to install gotun-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).