How To Install golang-github-dave-jennifer on Fedora 36

In this tutorial we learn how to install golang-github-dave-jennifer in Fedora 36. golang-github-dave-jennifer is Code generator for Go

Introduction

In this tutorial we learn how to install golang-github-dave-jennifer on Fedora 36.

What is golang-github-dave-jennifer

Jennifer is a code generator for Go.

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

Install golang-github-dave-jennifer 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 golang-github-dave-jennifer using dnf by running the following command:

sudo dnf -y install golang-github-dave-jennifer

Install golang-github-dave-jennifer 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 golang-github-dave-jennifer using yum by running the following command:

sudo yum -y install golang-github-dave-jennifer

How To Uninstall golang-github-dave-jennifer on Fedora 36

To uninstall only the golang-github-dave-jennifer package we can use the following command:

sudo dnf remove golang-github-dave-jennifer

golang-github-dave-jennifer Package Contents on Fedora 36

/usr/bin/genjen
/usr/bin/gennames
/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/79cf163f16d37aafce9a92269dcac0bd43d398
/usr/lib/.build-id/58
/usr/lib/.build-id/58/8b1cf8522c851396943cf67f44b7c026e90960
/usr/share/doc/golang-github-dave-jennifer
/usr/share/doc/golang-github-dave-jennifer/README-gennames.md
/usr/share/doc/golang-github-dave-jennifer/README.md
/usr/share/doc/golang-github-dave-jennifer/README.md.tpl
/usr/share/licenses/golang-github-dave-jennifer
/usr/share/licenses/golang-github-dave-jennifer/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-dave-jennifer on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).