How to Install and Uninstall lua53-messagepack Package on openSUSE Leap

Last updated: May 10,2024

1. Install "lua53-messagepack" package

Here is a brief guide to show you how to install lua53-messagepack on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install lua53-messagepack

2. Uninstall "lua53-messagepack" package

Please follow the guidelines below to uninstall lua53-messagepack on openSUSE Leap:

$ sudo zypper remove lua53-messagepack

3. Information about the lua53-messagepack package on openSUSE Leap

Information for package lua53-messagepack:
------------------------------------------
Repository : Main Repository
Name : lua53-messagepack
Version : 0.3.3-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 25.8 KiB
Installed : No
Status : not installed
Source package : lua53-messagepack-0.3.3-bp155.2.9.src
Upstream URL : http://fperrad.github.io/lua-MessagePack/
Summary : MessagePack is an efficient binary serialization format
Description :
MessagePack is an efficient binary serialization format.
It lets you exchange data among multiple languages like JSON but it's faster and
smaller.
It's a pure Lua implementation, without dependency.
And it's really fast with LuaJIT.