How To Install msgpack on Fedora 36

In this tutorial we learn how to install msgpack in Fedora 36. msgpack is Binary-based efficient object serialization library

Introduction

In this tutorial we learn how to install msgpack on Fedora 36.

What is msgpack

MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.

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

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

sudo dnf -y install msgpack

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

sudo yum -y install msgpack

How To Uninstall msgpack on Fedora 36

To uninstall only the msgpack package we can use the following command:

sudo dnf remove msgpack

msgpack Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/76c0355c1ea90dff3b42414bb0ef8593ea3847
/usr/lib/libmsgpackc.so.2
/usr/lib/libmsgpackc.so.2.0.0
/usr/share/doc/msgpack
/usr/share/doc/msgpack/AUTHORS
/usr/share/doc/msgpack/ChangeLog
/usr/share/doc/msgpack/NOTICE
/usr/share/doc/msgpack/README
/usr/share/doc/msgpack/README.md
/usr/share/licenses/msgpack
/usr/share/licenses/msgpack/COPYING
/usr/share/licenses/msgpack/LICENSE_1_0.txt

References

Summary

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


title: “How To Install msgpack on Fedora 36” linkTitle: “msgpack” type: “docs” description: “In this tutorial we learn how to install msgpack in Fedora 36. msgpack is Binary-based efficient object serialization library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/msgpack-featured.png

Introduction

In this tutorial we learn how to install msgpack on Fedora 36.

What is msgpack

MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.

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

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

sudo dnf -y install msgpack

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

sudo yum -y install msgpack

How To Uninstall msgpack on Fedora 36

To uninstall only the msgpack package we can use the following command:

sudo dnf remove msgpack

msgpack Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/3506a0ee6210c4240af8b60d4df719619b4b7f
/usr/lib64/libmsgpackc.so.2
/usr/lib64/libmsgpackc.so.2.0.0
/usr/share/doc/msgpack
/usr/share/doc/msgpack/AUTHORS
/usr/share/doc/msgpack/ChangeLog
/usr/share/doc/msgpack/NOTICE
/usr/share/doc/msgpack/README
/usr/share/doc/msgpack/README.md
/usr/share/licenses/msgpack
/usr/share/licenses/msgpack/COPYING
/usr/share/licenses/msgpack/LICENSE_1_0.txt

References

Summary

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