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

Last updated: July 08,2024

1. Install "lua54-luautf8" package

This is a short guide on how to install lua54-luautf8 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install lua54-luautf8

2. Uninstall "lua54-luautf8" package

Please follow the step by step instructions below to uninstall lua54-luautf8 on openSuSE Tumbleweed:

$ sudo zypper remove lua54-luautf8

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

Information for package lua54-luautf8:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lua54-luautf8
Version : 0.1.5-2.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 93.1 KiB
Installed : No
Status : not installed
Source package : lua54-luautf8-0.1.5-2.7.src
Upstream URL : https://github.com/starwing/luautf8
Summary : A utf-8 support module for Lua and LuaJIT
Description :
This module adds UTF-8 support to Lua. It use data extracted from
Unicode Character Database, and tested on Lua 5.2.3, Lua 5.3.0 and LuaJIT.
parseucd.lua is a pure Lua script generate unidata.h, to support convert
characters and check characters' category. It mainly used to compatible
with Lua's own string module, it passed all string and pattern matching
test in lua test suite2.