How To Install golang-github-vmihailenco-msgpack-4-devel on Fedora 36

In this tutorial we learn how to install golang-github-vmihailenco-msgpack-4-devel in Fedora 36. golang-github-vmihailenco-msgpack-4-devel is MessagePack encoding for Golang

Introduction

In this tutorial we learn how to install golang-github-vmihailenco-msgpack-4-devel on Fedora 36.

What is golang-github-vmihailenco-msgpack-4-devel

MessagePack encoding for Golang. This package contains the source code needed for building packages that reference the following Go import paths – github.com/vmihailenco/msgpack/v4

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

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

sudo dnf -y install golang-github-vmihailenco-msgpack-4-devel

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

sudo yum -y install golang-github-vmihailenco-msgpack-4-devel

How To Uninstall golang-github-vmihailenco-msgpack-4-devel on Fedora 36

To uninstall only the golang-github-vmihailenco-msgpack-4-devel package we can use the following command:

sudo dnf remove golang-github-vmihailenco-msgpack-4-devel

golang-github-vmihailenco-msgpack-4-devel Package Contents on Fedora 36

/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/vmihailenco
/usr/share/gocode/src/github.com/vmihailenco/msgpack
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/.goipath
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/CHANGELOG.md
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/README.md
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/appengine.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/bench_test.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/codes
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/codes/codes.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/decode.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/decode_map.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/decode_number.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/decode_query.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/decode_slice.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/decode_string.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/decode_value.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/encode.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/encode_map.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/encode_number.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/encode_slice.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/encode_value.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/example_CustomEncoder_test.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/example_registerExt_test.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/example_test.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/ext.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/ext_test.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/go.mod
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/intern.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/msgpack.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/msgpack_test.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/safe.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/time.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/types.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/types_test.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/v4/unsafe.go

References

Summary

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