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

Last updated: July 03,2024

1. Install "msgpuck-devel.i686" package

Please follow the guidance below to install msgpuck-devel.i686 on Fedora 34

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

2. Uninstall "msgpuck-devel.i686" package

Learn how to uninstall msgpuck-devel.i686 on Fedora 34:

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

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

Last metadata expiration check: 1:45:21 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : msgpuck-devel
Version : 2.0.36
Release : 3.fc34
Architecture : i686
Size : 47 k
Source : msgpuck-2.0.36-3.fc34.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.