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

Last updated: October 03,2024

1. Install "msgpack.i686" package

Here is a brief guide to show you how to install msgpack.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install msgpack.i686

2. Uninstall "msgpack.i686" package

Learn how to uninstall msgpack.i686 on Fedora 38:

$ sudo dnf remove msgpack.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 5:25:27 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : msgpack
Version : 3.1.0
Release : 11.fc38
Architecture : i686
Size : 30 k
Source : msgpack-3.1.0-11.fc38.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.