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

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

Introduction

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

What is golang-github-vmihailenco-msgpack-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

We can use yum or dnf to install golang-github-vmihailenco-msgpack-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-devel.

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

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

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

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

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

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

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

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

/usr/share/doc/golang-github-vmihailenco-msgpack-devel
/usr/share/doc/golang-github-vmihailenco-msgpack-devel/CHANGELOG.md
/usr/share/doc/golang-github-vmihailenco-msgpack-devel/README.md
/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/.goipath
/usr/share/gocode/src/github.com/vmihailenco/msgpack/CHANGELOG.md
/usr/share/gocode/src/github.com/vmihailenco/msgpack/README.md
/usr/share/gocode/src/github.com/vmihailenco/msgpack/appengine.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/bench_test.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/codes
/usr/share/gocode/src/github.com/vmihailenco/msgpack/codes/codes.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/decode.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/decode_map.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/decode_number.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/decode_query.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/decode_slice.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/decode_string.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/decode_value.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/encode.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/encode_map.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/encode_number.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/encode_slice.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/encode_value.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/example_CustomEncoder_test.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/example_registerExt_test.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/example_test.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/ext.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/ext_test.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/msgpack.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/msgpack_test.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/tag.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/time.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/types.go
/usr/share/gocode/src/github.com/vmihailenco/msgpack/types_test.go
/usr/share/licenses/golang-github-vmihailenco-msgpack-devel
/usr/share/licenses/golang-github-vmihailenco-msgpack-devel/LICENSE

References

Summary

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