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

Last updated: June 18,2024

1. Install "python310-et_xmlfile" package

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

$ sudo zypper refresh $ sudo zypper install python310-et_xmlfile

2. Uninstall "python310-et_xmlfile" package

Here is a brief guide to show you how to uninstall python310-et_xmlfile on openSuSE Tumbleweed:

$ sudo zypper remove python310-et_xmlfile

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

Information for package python310-et_xmlfile:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-et_xmlfile
Version : 1.0.1-4.7
Arch : noarch
Vendor : openSUSE
Installed Size : 74.0 KiB
Installed : No
Status : not installed
Source package : python-et_xmlfile-1.0.1-4.7.src
Upstream URL : https://bitbucket.org/openpyxl/et_xmlfile
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.