How to Install and Uninstall ltxml Package on openSUSE Leap

Last updated: May 21,2024

1. Install "ltxml" package

Here is a brief guide to show you how to install ltxml on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ltxml

2. Uninstall "ltxml" package

Please follow the guidelines below to uninstall ltxml on openSUSE Leap:

$ sudo zypper remove ltxml

3. Information about the ltxml package on openSUSE Leap

Information for package ltxml:
------------------------------
Repository : Main Repository
Name : ltxml
Version : 1.2.7-bp153.1.17
Arch : x86_64
Vendor : openSUSE
Installed Size : 4,3 MiB
Installed : No
Status : not installed
Source package : ltxml-1.2.7-bp153.1.17.src
Summary : LT XML: An Integrated Set of XML Tools
Description :
LT XML is an integrated set of XML tools and a developers' tool kit,
including a C-based API.
The LT XML tool kit includes stand-alone tools for a wide range of
processing of well-formed XML documents, including searching and
extracting, down-translation (for example, report generation,
formatting), tokenizing and sorting.
For special purposes beyond what the pre-constructed tools can achieve,
extending their functionality and/or creating new tools is easy using
the LT XML API. Minimal applications require less than one-half page of
C code to express.
LT XML provides two views of an XML file; one as a flat stream of
markup elements and text; a second as a sequence of tree-structured XML
elements. The two views can be mixed, allowing great flexibility in the
manipulation of XML documents. It also includes a powerful, yet simple,
querying language, which allows the user to quickly and easily select
those parts of an XML document which are of interest.