How To Install golang-github-buger-jsonparser-devel on Fedora 36

In this tutorial we learn how to install golang-github-buger-jsonparser-devel in Fedora 36. golang-github-buger-jsonparser-devel is Alternative JSON parser for Go that does not require schema

Introduction

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

What is golang-github-buger-jsonparser-devel

Alternative JSON parser for Go. It does not require you to know the structure of the payload (eg. create structs), and allows accessing fields by providing the path to them. It is up to 10 times faster than standard encoding/json package (depending on payload size and usage), allocates no memory. This package contains the source code needed for building packages that reference the following Go import paths – github.com/buger/jsonparser

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

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

sudo dnf -y install golang-github-buger-jsonparser-devel

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

sudo yum -y install golang-github-buger-jsonparser-devel

How To Uninstall golang-github-buger-jsonparser-devel on Fedora 36

To uninstall only the golang-github-buger-jsonparser-devel package we can use the following command:

sudo dnf remove golang-github-buger-jsonparser-devel

golang-github-buger-jsonparser-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-buger-jsonparser-devel
/usr/share/doc/golang-github-buger-jsonparser-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/buger
/usr/share/gocode/src/github.com/buger/jsonparser
/usr/share/gocode/src/github.com/buger/jsonparser/.goipath
/usr/share/gocode/src/github.com/buger/jsonparser/README.md
/usr/share/gocode/src/github.com/buger/jsonparser/benchmark
/usr/share/gocode/src/github.com/buger/jsonparser/benchmark/benchmark.go
/usr/share/gocode/src/github.com/buger/jsonparser/benchmark/benchmark_delete_test.go
/usr/share/gocode/src/github.com/buger/jsonparser/benchmark/benchmark_set_test.go
/usr/share/gocode/src/github.com/buger/jsonparser/bytes.go
/usr/share/gocode/src/github.com/buger/jsonparser/bytes_safe.go
/usr/share/gocode/src/github.com/buger/jsonparser/bytes_test.go
/usr/share/gocode/src/github.com/buger/jsonparser/bytes_unsafe.go
/usr/share/gocode/src/github.com/buger/jsonparser/bytes_unsafe_test.go
/usr/share/gocode/src/github.com/buger/jsonparser/escape.go
/usr/share/gocode/src/github.com/buger/jsonparser/escape_test.go
/usr/share/gocode/src/github.com/buger/jsonparser/fuzz.go
/usr/share/gocode/src/github.com/buger/jsonparser/go.mod
/usr/share/gocode/src/github.com/buger/jsonparser/parser.go
/usr/share/gocode/src/github.com/buger/jsonparser/parser_error_test.go
/usr/share/gocode/src/github.com/buger/jsonparser/parser_test.go
/usr/share/licenses/golang-github-buger-jsonparser-devel
/usr/share/licenses/golang-github-buger-jsonparser-devel/LICENSE

References

Summary

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