How To Install msgpuck-devel on Fedora 36

In this tutorial we learn how to install msgpuck-devel in Fedora 36. msgpuck-devel is MsgPack serialization library in a self-contained header file

Introduction

In this tutorial we learn how to install msgpuck-devel on Fedora 36.

What is msgpuck-devel

MsgPack 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. msgpuck is very lightweight header-only library designed to be embedded to your application by the C/C++ compiler. The library is fully documented and covered by unit tests. This package provides a self-contained header file and a static library. The static library contains generated code for inline functions and global tables needed by the some library functions.

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

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

sudo dnf -y install msgpuck-devel

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

sudo yum -y install msgpuck-devel

How To Uninstall msgpuck-devel on Fedora 36

To uninstall only the msgpuck-devel package we can use the following command:

sudo dnf remove msgpuck-devel

msgpuck-devel Package Contents on Fedora 36

/usr/include/msgpuck.h
/usr/lib/libmsgpuck.a
/usr/share/doc/msgpuck-devel
/usr/share/doc/msgpuck-devel/README.md
/usr/share/licenses/msgpuck-devel
/usr/share/licenses/msgpuck-devel/AUTHORS
/usr/share/licenses/msgpuck-devel/LICENSE
/usr/share/man/man3/msgpuck.h.3.gz

References

Summary

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


title: “How To Install msgpuck-devel on Fedora 36” linkTitle: “msgpuck-devel” type: “docs” description: “In this tutorial we learn how to install msgpuck-devel in Fedora 36. msgpuck-devel is MsgPack serialization library in a self-contained header file” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/msgpuck-devel-featured.png

Introduction

In this tutorial we learn how to install msgpuck-devel on Fedora 36.

What is msgpuck-devel

MsgPack 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. msgpuck is very lightweight header-only library designed to be embedded to your application by the C/C++ compiler. The library is fully documented and covered by unit tests. This package provides a self-contained header file and a static library. The static library contains generated code for inline functions and global tables needed by the some library functions.

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

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

sudo dnf -y install msgpuck-devel

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

sudo yum -y install msgpuck-devel

How To Uninstall msgpuck-devel on Fedora 36

To uninstall only the msgpuck-devel package we can use the following command:

sudo dnf remove msgpuck-devel

msgpuck-devel Package Contents on Fedora 36

/usr/include/msgpuck.h
/usr/lib64/libmsgpuck.a
/usr/share/doc/msgpuck-devel
/usr/share/doc/msgpuck-devel/README.md
/usr/share/licenses/msgpuck-devel
/usr/share/licenses/msgpuck-devel/AUTHORS
/usr/share/licenses/msgpuck-devel/LICENSE
/usr/share/man/man3/msgpuck.h.3.gz

References

Summary

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