How to Install and Uninstall python2-et_xmlfile Package on openSUSE Leap

Last updated: May 09,2024

1. Install "python2-et_xmlfile" package

Please follow the instructions below to install python2-et_xmlfile on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-et_xmlfile

2. Uninstall "python2-et_xmlfile" package

This guide let you learn how to uninstall python2-et_xmlfile on openSUSE Leap:

$ sudo zypper remove python2-et_xmlfile

3. Information about the python2-et_xmlfile package on openSUSE Leap

Information for package python2-et_xmlfile:
-------------------------------------------
Repository : Main Repository
Name : python2-et_xmlfile
Version : 1.0.1-bp153.1.29
Arch : noarch
Vendor : openSUSE
Installed Size : 81,4 KiB
Installed : No
Status : not installed
Source package : python-et_xmlfile-1.0.1-bp153.1.29.src
Summary : An implementation of lxml.xmlfile for the standard library
Description :
et_xmlfile is a low memory library for creating large XML files.
It is based upon the xmlfile module from lxml with the aim of allowing code to
be developed that will work with both libraries. It was developed initially for
the openpyxl project but is now a standalone module.