How to Install and Uninstall lua51-slaxml Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "lua51-slaxml" package

This guide covers the steps necessary to install lua51-slaxml on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install lua51-slaxml

2. Uninstall "lua51-slaxml" package

This tutorial shows how to uninstall lua51-slaxml on openSuSE Tumbleweed:

$ sudo zypper remove lua51-slaxml

3. Information about the lua51-slaxml package on openSuSE Tumbleweed

Information for package lua51-slaxml:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lua51-slaxml
Version : 0.7+git20191225.108970c-3.2
Arch : noarch
Vendor : openSUSE
Installed Size : 13.6 KiB
Installed : No
Status : not installed
Source package : lua51-slaxml-0.7+git20191225.108970c-3.2.src
Upstream URL : https://github.com/Phrogz/SLAXML
Summary : SAX-like streaming XML parser for Lua
Description :
SLAXML is a pure-Lua SAX-like streaming XML parser. It is more
robust than many (simpler) pattern-based parsers that exist
(such as mine), properly supporting code like
, CDATA nodes, comments, namespaces, and
processing instructions.
It is currently not a truly valid XML parser, however, as
it allows certain XML that is syntactically-invalid (not
well-formed) to be parsed without reporting an error.