How to Install and Uninstall lua5.1-mpack.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "lua5.1-mpack.x86_64" package

Please follow the steps below to install lua5.1-mpack.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install lua5.1-mpack.x86_64

2. Uninstall "lua5.1-mpack.x86_64" package

This guide covers the steps necessary to uninstall lua5.1-mpack.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove lua5.1-mpack.x86_64 $ sudo dnf autoremove

3. Information about the lua5.1-mpack.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:01:15 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : lua5.1-mpack
Version : 1.0.9
Release : 2.el9
Architecture : x86_64
Size : 25 k
Source : lua-mpack-1.0.9-2.el9.src.rpm
Repository : epel
Summary : Implementation of MessagePack for Lua 5.1
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 for Lua 5.1.