How to Install and Uninstall libtinyxml2-9 Package on openSUSE Leap

Last updated: May 09,2024

1. Install "libtinyxml2-9" package

Please follow the instructions below to install libtinyxml2-9 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libtinyxml2-9

2. Uninstall "libtinyxml2-9" package

This guide covers the steps necessary to uninstall libtinyxml2-9 on openSUSE Leap:

$ sudo zypper remove libtinyxml2-9

3. Information about the libtinyxml2-9 package on openSUSE Leap

Information for package libtinyxml2-9:
--------------------------------------
Repository : Main Repository
Name : libtinyxml2-9
Version : 9.0.0-bp155.1.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 102.2 KiB
Installed : No
Status : not installed
Source package : tinyxml2-9.0.0-bp155.1.11.src
Upstream URL : https://github.com/leethomason/tinyxml2
Summary : Basic XML parser in C++
Description :
TinyXML is a feature-bounded XML parser in C++ that can be integrated
into other programs.
TinyXML-2 does not parse or use DTDs (Document Type Definitions) or
XSLs (eXtensible Stylesheet Language). There are other parsers (with
different footprints) to do such.