How to Install and Uninstall lua-mpack.x86_64 Package on CentOS Stream 8

Last updated: May 18,2024

1. Install "lua-mpack.x86_64" package

This tutorial shows how to install lua-mpack.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install lua-mpack.x86_64

2. Uninstall "lua-mpack.x86_64" package

Learn how to uninstall lua-mpack.x86_64 on CentOS Stream 8:

$ sudo dnf remove lua-mpack.x86_64 $ sudo dnf autoremove

3. Information about the lua-mpack.x86_64 package on CentOS Stream 8

Last metadata expiration check: 0:33:49 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : lua-mpack
Version : 1.0.8
Release : 3.el8
Architecture : x86_64
Size : 26 k
Source : lua-mpack-1.0.8-3.el8.src.rpm
Repository : epel
Summary : Implementation of MessagePack for Lua
URL : https://github.com/libmpack/libmpack-lua
License : MIT
Description : mpack is a small binary serialization/RPC library that implements
: both the msgpack and msgpack-rpc specifications.