How to Install and Uninstall python2-libxml2-python Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python2-libxml2-python" package

This guide covers the steps necessary to install python2-libxml2-python on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-libxml2-python

2. Uninstall "python2-libxml2-python" package

Please follow the instructions below to uninstall python2-libxml2-python on openSUSE Leap:

$ sudo zypper remove python2-libxml2-python

3. Information about the python2-libxml2-python package on openSUSE Leap

Information for package python2-libxml2-python:
-----------------------------------------------
Repository : Main Repository
Name : python2-libxml2-python
Version : 2.9.7-3.37.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1,7 MiB
Installed : No
Status : not installed
Source package : python-libxml2-python-2.9.7-3.37.1.src
Summary : Python Bindings for libxml2
Description :
The libxml2-python 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.