How to Install and Uninstall python310-libxml2 Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "python310-libxml2" package

This guide covers the steps necessary to install python310-libxml2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-libxml2

2. Uninstall "python310-libxml2" package

Please follow the guidelines below to uninstall python310-libxml2 on openSuSE Tumbleweed:

$ sudo zypper remove python310-libxml2

3. Information about the python310-libxml2 package on openSuSE Tumbleweed

Information for package python310-libxml2:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-libxml2
Version : 2.11.6-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : libxml2-python-2.11.6-2.1.src
Upstream URL : https://gitlab.gnome.org/GNOME/libxml2
Summary : Python Bindings for libxml2-python
Description :
This package contains a module that permits
applications written in the Python programming language to use the
interface supplied by the libxml2 library to manipulate XML files.
This library allows manipulation of XML files. It includes support for
reading, modifying, and writing XML and HTML files. There is DTD
support that includes parsing and validation even with complex DTDs,
either at parse time or later once the document has been modified.