How To Install golang-github-mattbaird-jsonpatch-devel on Fedora 36

In this tutorial we learn how to install golang-github-mattbaird-jsonpatch-devel in Fedora 36. golang-github-mattbaird-jsonpatch-devel is JSON Patch is specified in RFC 6902 from the IETF

Introduction

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

What is golang-github-mattbaird-jsonpatch-devel

JSON Patch allows you to generate JSON that describes changes you want to make to a document, so you don’t have to send the whole doc. JSON Patch format is supported by HTTP PATCH method, allowing for standards based partial updates via REST APIs. This package contains the source code needed for building packages that reference the following Go import paths – github.com/mattbaird/jsonpatch

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

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

sudo dnf -y install golang-github-mattbaird-jsonpatch-devel

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

sudo yum -y install golang-github-mattbaird-jsonpatch-devel

How To Uninstall golang-github-mattbaird-jsonpatch-devel on Fedora 36

To uninstall only the golang-github-mattbaird-jsonpatch-devel package we can use the following command:

sudo dnf remove golang-github-mattbaird-jsonpatch-devel

golang-github-mattbaird-jsonpatch-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-mattbaird-jsonpatch-devel
/usr/share/doc/golang-github-mattbaird-jsonpatch-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/mattbaird
/usr/share/gocode/src/github.com/mattbaird/jsonpatch
/usr/share/gocode/src/github.com/mattbaird/jsonpatch/.goipath
/usr/share/gocode/src/github.com/mattbaird/jsonpatch/README.md
/usr/share/gocode/src/github.com/mattbaird/jsonpatch/jsonpatch.go
/usr/share/gocode/src/github.com/mattbaird/jsonpatch/jsonpatch_array_at_root_test.go
/usr/share/gocode/src/github.com/mattbaird/jsonpatch/jsonpatch_array_test.go
/usr/share/gocode/src/github.com/mattbaird/jsonpatch/jsonpatch_complex_test.go
/usr/share/gocode/src/github.com/mattbaird/jsonpatch/jsonpatch_geojson_test.go
/usr/share/gocode/src/github.com/mattbaird/jsonpatch/jsonpatch_hypercomplex_test.go
/usr/share/gocode/src/github.com/mattbaird/jsonpatch/jsonpatch_json_test.go
/usr/share/gocode/src/github.com/mattbaird/jsonpatch/jsonpatch_simple_test.go
/usr/share/gocode/src/github.com/mattbaird/jsonpatch/jsonpatch_supercomplex_test.go
/usr/share/licenses/golang-github-mattbaird-jsonpatch-devel
/usr/share/licenses/golang-github-mattbaird-jsonpatch-devel/LICENSE

References

Summary

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