How to Install and Uninstall lua-json.src Package on Oracle Linux 8

Last updated: July 06,2024

1. Install "lua-json.src" package

Please follow the guidelines below to install lua-json.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install lua-json.src

2. Uninstall "lua-json.src" package

Please follow the guidelines below to uninstall lua-json.src on Oracle Linux 8:

$ sudo dnf remove lua-json.src $ sudo dnf autoremove

3. Information about the lua-json.src package on Oracle Linux 8

Last metadata expiration check: 0:32:30 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : lua-json
Version : 1.3.2
Release : 9.el8
Architecture : src
Size : 52 k
Source : None
Repository : ol8_appstream
Summary : JSON Parser/Constructor for Lua
URL : http://luaforge.net/projects/luajson/
License : MIT
Description : LuaJSON is a customizable JSON decoder/encoder, using LPEG for parsing.