How To Install golang-github-zyedidia-json5-devel on Fedora 36

In this tutorial we learn how to install golang-github-zyedidia-json5-devel in Fedora 36. golang-github-zyedidia-json5-devel is Go JSON5 decoder package based on encoding/json

Introduction

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

What is golang-github-zyedidia-json5-devel

Go JSON5 decoder package based on encoding/json. This package contains the source code needed for building packages that reference the following Go import paths – github.com/zyedidia/json5

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

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

sudo dnf -y install golang-github-zyedidia-json5-devel

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

sudo yum -y install golang-github-zyedidia-json5-devel

How To Uninstall golang-github-zyedidia-json5-devel on Fedora 36

To uninstall only the golang-github-zyedidia-json5-devel package we can use the following command:

sudo dnf remove golang-github-zyedidia-json5-devel

golang-github-zyedidia-json5-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-zyedidia-json5-devel
/usr/share/doc/golang-github-zyedidia-json5-devel/CONTRIBUTING.md
/usr/share/doc/golang-github-zyedidia-json5-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/zyedidia
/usr/share/gocode/src/github.com/zyedidia/json5
/usr/share/gocode/src/github.com/zyedidia/json5/.goipath
/usr/share/gocode/src/github.com/zyedidia/json5/CONTRIBUTING.md
/usr/share/gocode/src/github.com/zyedidia/json5/README.md
/usr/share/gocode/src/github.com/zyedidia/json5/decode.go
/usr/share/gocode/src/github.com/zyedidia/json5/decode_test.go
/usr/share/gocode/src/github.com/zyedidia/json5/fold.go
/usr/share/gocode/src/github.com/zyedidia/json5/fold_test.go
/usr/share/gocode/src/github.com/zyedidia/json5/json5_test.go
/usr/share/gocode/src/github.com/zyedidia/json5/number_test.go
/usr/share/gocode/src/github.com/zyedidia/json5/scanner.go
/usr/share/gocode/src/github.com/zyedidia/json5/scanner_test.go
/usr/share/gocode/src/github.com/zyedidia/json5/stream.go
/usr/share/gocode/src/github.com/zyedidia/json5/stream_test.go
/usr/share/gocode/src/github.com/zyedidia/json5/tags.go
/usr/share/gocode/src/github.com/zyedidia/json5/tags_test.go
/usr/share/gocode/src/github.com/zyedidia/json5/types.go
/usr/share/licenses/golang-github-zyedidia-json5-devel
/usr/share/licenses/golang-github-zyedidia-json5-devel/LICENSE

References

Summary

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