How To Install golang-github-cheekybits-genny on Fedora 36

In this tutorial we learn how to install golang-github-cheekybits-genny in Fedora 36. golang-github-cheekybits-genny is Elegant generics for Go

Introduction

In this tutorial we learn how to install golang-github-cheekybits-genny on Fedora 36.

What is golang-github-cheekybits-genny

Genny is a code-generation generics solution. It allows you write normal buildable and testable Go code which, when processed by the genny gen tool, will replace the generics with specific types.

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

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

sudo dnf -y install golang-github-cheekybits-genny

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

sudo yum -y install golang-github-cheekybits-genny

How To Uninstall golang-github-cheekybits-genny on Fedora 36

To uninstall only the golang-github-cheekybits-genny package we can use the following command:

sudo dnf remove golang-github-cheekybits-genny

golang-github-cheekybits-genny Package Contents on Fedora 36

/usr/bin/genny
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/79c81ffb620b8c9d5eab680efedf7785b56e18
/usr/share/doc/golang-github-cheekybits-genny
/usr/share/doc/golang-github-cheekybits-genny/README.md
/usr/share/doc/golang-github-cheekybits-genny/examples
/usr/share/doc/golang-github-cheekybits-genny/examples/davechaney
/usr/share/doc/golang-github-cheekybits-genny/examples/davechaney/func_thing.go
/usr/share/doc/golang-github-cheekybits-genny/examples/davechaney/gen.sh
/usr/share/doc/golang-github-cheekybits-genny/examples/davechaney/generic_max.go
/usr/share/doc/golang-github-cheekybits-genny/examples/davechaney/max_test.go
/usr/share/doc/golang-github-cheekybits-genny/examples/davechaney/numbers_func_thing.go
/usr/share/doc/golang-github-cheekybits-genny/examples/go-generate
/usr/share/doc/golang-github-cheekybits-genny/examples/go-generate/gen-go-generate.go
/usr/share/doc/golang-github-cheekybits-genny/examples/go-generate/go-generate.go
/usr/share/doc/golang-github-cheekybits-genny/examples/queue
/usr/share/doc/golang-github-cheekybits-genny/examples/queue/build.sh
/usr/share/doc/golang-github-cheekybits-genny/examples/queue/queue_generic.go
/usr/share/doc/golang-github-cheekybits-genny/examples/queue/queue_generic_test.go
/usr/share/licenses/golang-github-cheekybits-genny
/usr/share/licenses/golang-github-cheekybits-genny/LICENSE

References

Summary

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