How To Install gotags on Fedora 36

In this tutorial we learn how to install gotags in Fedora 36. gotags is ctags-compatible tag generator for Go

Introduction

In this tutorial we learn how to install gotags on Fedora 36.

What is gotags

ctags-compatible tag generator for Go.

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

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

sudo dnf -y install gotags

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

sudo yum -y install gotags

How To Uninstall gotags on Fedora 36

To uninstall only the gotags package we can use the following command:

sudo dnf remove gotags

gotags Package Contents on Fedora 36

/usr/bin/gotags
/usr/lib/.build-id
/usr/lib/.build-id/36
/usr/lib/.build-id/36/c6d0d392ae7c6281d32053d8397c28c67493b0
/usr/share/doc/gotags
/usr/share/doc/gotags/README.md
/usr/share/licenses/gotags
/usr/share/licenses/gotags/LICENSE

References

Summary

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