How to Install and Uninstall msgpuck-devel.i686 Package on Fedora 36

Last updated: January 10,2025

1. Install "msgpuck-devel.i686" package

Please follow the steps below to install msgpuck-devel.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install msgpuck-devel.i686

2. Uninstall "msgpuck-devel.i686" package

Here is a brief guide to show you how to uninstall msgpuck-devel.i686 on Fedora 36:

$ sudo dnf remove msgpuck-devel.i686 $ sudo dnf autoremove

3. Information about the msgpuck-devel.i686 package on Fedora 36

Last metadata expiration check: 4:06:15 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : msgpuck-devel
Version : 2.0.36
Release : 5.fc36
Architecture : i686
Size : 50 k
Source : msgpuck-2.0.36-5.fc36.src.rpm
Repository : fedora
Summary : MsgPack serialization library in a self-contained header file
URL : https://github.com/tarantool/msgpuck
License : BSD
Description : 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.