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

Last updated: April 30,2024

1. Install "lua51-messagepack" package

This tutorial shows how to install lua51-messagepack on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install lua51-messagepack

2. Uninstall "lua51-messagepack" package

Learn how to uninstall lua51-messagepack on openSUSE Leap:

$ sudo zypper remove lua51-messagepack

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

Information for package lua51-messagepack:
------------------------------------------
Repository : Main Repository
Name : lua51-messagepack
Version : 0.3.3-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 35.9 KiB
Installed : No
Status : not installed
Source package : lua51-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.