How To Install golang-gopkg-vmihailenco-msgpack-2-devel on Fedora 36

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

Introduction

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

What is golang-gopkg-vmihailenco-msgpack-2-devel

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

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

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

sudo dnf -y install golang-gopkg-vmihailenco-msgpack-2-devel

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

sudo yum -y install golang-gopkg-vmihailenco-msgpack-2-devel

How To Uninstall golang-gopkg-vmihailenco-msgpack-2-devel on Fedora 36

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

sudo dnf remove golang-gopkg-vmihailenco-msgpack-2-devel

golang-gopkg-vmihailenco-msgpack-2-devel Package Contents on Fedora 36

/usr/share/doc/golang-gopkg-vmihailenco-msgpack-2-devel
/usr/share/doc/golang-gopkg-vmihailenco-msgpack-2-devel/README.md
/usr/share/gocode/src/gopkg.in
/usr/share/gocode/src/gopkg.in/vmihailenco
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/.goipath
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/README.md
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/appengine.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/bench_test.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/codes
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/codes/codes.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/decode.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/decode_map.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/decode_number.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/decode_query.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/decode_slice.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/decode_string.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/decode_value.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/encode.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/encode_map.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/encode_number.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/encode_slice.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/encode_value.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/example_CustomEncoder_test.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/example_encodeMapStringString_test.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/example_registerExt_test.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/example_test.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/ext.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/ext_test.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/msgpack.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/msgpack_test.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/tags.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/time.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/types.go
/usr/share/gocode/src/gopkg.in/vmihailenco/msgpack.v2/types_test.go
/usr/share/licenses/golang-gopkg-vmihailenco-msgpack-2-devel
/usr/share/licenses/golang-gopkg-vmihailenco-msgpack-2-devel/LICENSE

References

Summary

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