How To Install golang-github-goji-param-devel on Fedora 36

In this tutorial we learn how to install golang-github-goji-param-devel in Fedora 36. golang-github-goji-param-devel is Rack / jQuery style parameter parsing for Go

Introduction

In this tutorial we learn how to install golang-github-goji-param-devel on Fedora 36.

What is golang-github-goji-param-devel

Package Param deserializes parameter values into a given struct using magical reflection ponies. Inspired by gorilla/schema, but uses Rails/jQuery style param encoding instead of their weird dotted syntax. In particular, this package was written with the intent of parsing the output of jQuery.param. This package contains the source code needed for building packages that reference the following Go import paths – github.com/goji/param

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

Install golang-github-goji-param-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 golang-github-goji-param-devel using dnf by running the following command:

sudo dnf -y install golang-github-goji-param-devel

Install golang-github-goji-param-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 golang-github-goji-param-devel using yum by running the following command:

sudo yum -y install golang-github-goji-param-devel

How To Uninstall golang-github-goji-param-devel on Fedora 36

To uninstall only the golang-github-goji-param-devel package we can use the following command:

sudo dnf remove golang-github-goji-param-devel

golang-github-goji-param-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-goji-param-devel
/usr/share/doc/golang-github-goji-param-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/goji
/usr/share/gocode/src/github.com/goji/param
/usr/share/gocode/src/github.com/goji/param/.goipath
/usr/share/gocode/src/github.com/goji/param/README.md
/usr/share/gocode/src/github.com/goji/param/crazy_test.go
/usr/share/gocode/src/github.com/goji/param/error_helpers.go
/usr/share/gocode/src/github.com/goji/param/errors.go
/usr/share/gocode/src/github.com/goji/param/param.go
/usr/share/gocode/src/github.com/goji/param/param_test.go
/usr/share/gocode/src/github.com/goji/param/parse.go
/usr/share/gocode/src/github.com/goji/param/pebkac_test.go
/usr/share/gocode/src/github.com/goji/param/struct.go
/usr/share/gocode/src/github.com/goji/param/struct_test.go
/usr/share/licenses/golang-github-goji-param-devel
/usr/share/licenses/golang-github-goji-param-devel/LICENSE

References

Summary

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