How to Install and Uninstall python3-et_xmlfile.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "python3-et_xmlfile.noarch" package

Here is a brief guide to show you how to install python3-et_xmlfile.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-et_xmlfile.noarch" package

This guide let you learn how to uninstall python3-et_xmlfile.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-et_xmlfile.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:01:22 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-et_xmlfile
Version : 1.1.0
Release : 3.el9
Architecture : noarch
Size : 15 k
Source : python-et_xmlfile-1.1.0-3.el9.src.rpm
Repository : epel
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.