How to Install and Uninstall python3-et_xmlfile.noarch Package on Fedora 34

Last updated: July 01,2024

1. Install "python3-et_xmlfile.noarch" package

Please follow the step by step instructions below to install python3-et_xmlfile.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-et_xmlfile.noarch

2. Uninstall "python3-et_xmlfile.noarch" package

Please follow the guidelines below to uninstall python3-et_xmlfile.noarch on Fedora 34:

$ sudo dnf remove python3-et_xmlfile.noarch $ sudo dnf autoremove

3. Information about the python3-et_xmlfile.noarch package on Fedora 34

Last metadata expiration check: 4:36:34 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-et_xmlfile
Version : 1.0.1
Release : 21.fc34
Architecture : noarch
Size : 29 k
Source : python-et_xmlfile-1.0.1-21.fc34.src.rpm
Repository : fedora
Summary : An implementation of lxml.xmlfile for the standard library
URL : https://pypi.python.org/pypi/et_xmlfile
License : MIT
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.