How to Install and Uninstall msgpack.i686 Package on Fedora 36

Last updated: January 09,2025

1. Install "msgpack.i686" package

This tutorial shows how to install msgpack.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install msgpack.i686

2. Uninstall "msgpack.i686" package

This guide covers the steps necessary to uninstall msgpack.i686 on Fedora 36:

$ sudo dnf remove msgpack.i686 $ sudo dnf autoremove

3. Information about the msgpack.i686 package on Fedora 36

Last metadata expiration check: 1:09:34 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : msgpack
Version : 3.1.0
Release : 9.fc36
Architecture : i686
Size : 31 k
Source : msgpack-3.1.0-9.fc36.src.rpm
Repository : fedora
Summary : Binary-based efficient object serialization library
URL : http://msgpack.org
License : Boost
Description : 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.