How to Install and Uninstall lua54-dkjson Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "lua54-dkjson" package

Please follow the guidelines below to install lua54-dkjson on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install lua54-dkjson

2. Uninstall "lua54-dkjson" package

This guide covers the steps necessary to uninstall lua54-dkjson on openSuSE Tumbleweed:

$ sudo zypper remove lua54-dkjson

3. Information about the lua54-dkjson package on openSuSE Tumbleweed

Information for package lua54-dkjson:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lua54-dkjson
Version : 2.5.2-5.3
Arch : noarch
Vendor : openSUSE
Installed Size : 34.5 KiB
Installed : No
Status : not installed
Source package : lua54-dkjson-2.5.2-5.3.src
Upstream URL : http://dkjson.org/
Summary : David Kolf's JSON module for Lua
Description :
dkjson is a module for encoding and decoding JSON data. It
supports UTF-8.
JSON (JavaScript Object Notation) is a format for serializing
data based on the syntax for JavaScript data structures.
dkjson is written in Lua without any dependencies, but
when LPeg is available dkjson can use it to speed up decoding.