How to Install and Uninstall lua-mpack.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 08,2024

1. Install "lua-mpack.x86_64" package

Please follow the guidelines below to install lua-mpack.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "lua-mpack.x86_64" package

This tutorial shows how to uninstall lua-mpack.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the lua-mpack.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:32:45 ago on Mon Feb 26 15:59:38 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.