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

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

Introduction

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

What is golang-github-spyzhov-ajson

Abstract JSON for Golang with JSONPath support.

We can use yum or dnf to install golang-github-spyzhov-ajson 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.

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

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

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

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

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

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

sudo dnf remove golang-github-spyzhov-ajson

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

/usr/bin/ajson
/usr/lib/.build-id
/usr/lib/.build-id/40
/usr/lib/.build-id/40/b53cb762dc4412bb53a4f259bd19986d2fc7a1
/usr/share/doc/golang-github-spyzhov-ajson
/usr/share/doc/golang-github-spyzhov-ajson/README.md
/usr/share/licenses/golang-github-spyzhov-ajson
/usr/share/licenses/golang-github-spyzhov-ajson/LICENSE

References

Summary

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