How to Install and Uninstall python39-xmltodict.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 11,2024

1. Install "python39-xmltodict.noarch" package

Here is a brief guide to show you how to install python39-xmltodict.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python39-xmltodict.noarch

2. Uninstall "python39-xmltodict.noarch" package

In this section, we are going to explain the necessary steps to uninstall python39-xmltodict.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python39-xmltodict.noarch $ sudo dnf autoremove

3. Information about the python39-xmltodict.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:28:48 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python39-xmltodict
Version : 0.12.0
Release : 1.el8
Architecture : noarch
Size : 21 k
Source : python39-xmltodict-epel-0.12.0-1.el8.src.rpm
Repository : epel
Summary : Python to transform XML to JSON
URL : https://github.com/martinblech/xmltodict
License : MIT
Description : xmltodict is a Python module that makes working with XML feel like you are
: working with JSON. It's very fast (Expat-based) and has a streaming mode
: with a small memory footprint, suitable for big XML dumps like Discogs or
: Wikipedia.