How To Install golang-github-spyzhov-ajson-devel on Fedora 36

In this tutorial we learn how to install golang-github-spyzhov-ajson-devel in Fedora 36. golang-github-spyzhov-ajson-devel is Abstract JSON for Golang with JSONPath support

Introduction

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

What is golang-github-spyzhov-ajson-devel

Abstract JSON for Golang with JSONPath support. This package contains the source code needed for building packages that reference the following Go import paths – github.com/spyzhov/ajson

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

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

sudo dnf -y install golang-github-spyzhov-ajson-devel

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

sudo yum -y install golang-github-spyzhov-ajson-devel

How To Uninstall golang-github-spyzhov-ajson-devel on Fedora 36

To uninstall only the golang-github-spyzhov-ajson-devel package we can use the following command:

sudo dnf remove golang-github-spyzhov-ajson-devel

golang-github-spyzhov-ajson-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-spyzhov-ajson-devel
/usr/share/doc/golang-github-spyzhov-ajson-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/spyzhov
/usr/share/gocode/src/github.com/spyzhov/ajson
/usr/share/gocode/src/github.com/spyzhov/ajson/.goipath
/usr/share/gocode/src/github.com/spyzhov/ajson/README.md
/usr/share/gocode/src/github.com/spyzhov/ajson/buffer.go
/usr/share/gocode/src/github.com/spyzhov/ajson/buffer_test.go
/usr/share/gocode/src/github.com/spyzhov/ajson/cmd
/usr/share/gocode/src/github.com/spyzhov/ajson/cmd/ajson
/usr/share/gocode/src/github.com/spyzhov/ajson/cmd/ajson/main.go
/usr/share/gocode/src/github.com/spyzhov/ajson/decode.go
/usr/share/gocode/src/github.com/spyzhov/ajson/decode_test.go
/usr/share/gocode/src/github.com/spyzhov/ajson/doc.go
/usr/share/gocode/src/github.com/spyzhov/ajson/encode.go
/usr/share/gocode/src/github.com/spyzhov/ajson/encode_test.go
/usr/share/gocode/src/github.com/spyzhov/ajson/errors.go
/usr/share/gocode/src/github.com/spyzhov/ajson/errors_test.go
/usr/share/gocode/src/github.com/spyzhov/ajson/go.mod
/usr/share/gocode/src/github.com/spyzhov/ajson/internal
/usr/share/gocode/src/github.com/spyzhov/ajson/internal/state.go
/usr/share/gocode/src/github.com/spyzhov/ajson/jsonpath.go
/usr/share/gocode/src/github.com/spyzhov/ajson/jsonpath_test.go
/usr/share/gocode/src/github.com/spyzhov/ajson/math.go
/usr/share/gocode/src/github.com/spyzhov/ajson/math_test.go
/usr/share/gocode/src/github.com/spyzhov/ajson/node.go
/usr/share/gocode/src/github.com/spyzhov/ajson/node_mutations.go
/usr/share/gocode/src/github.com/spyzhov/ajson/node_mutations_test.go
/usr/share/gocode/src/github.com/spyzhov/ajson/node_test.go
/usr/share/gocode/src/github.com/spyzhov/ajson/quote.go
/usr/share/gocode/src/github.com/spyzhov/ajson/unquote.go
/usr/share/licenses/golang-github-spyzhov-ajson-devel
/usr/share/licenses/golang-github-spyzhov-ajson-devel/LICENSE

References

Summary

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