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

Last updated: October 07,2024

1. Install "python3-xmltodict.noarch" package

This tutorial shows how to install python3-xmltodict.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-xmltodict.noarch" package

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

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

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

Last metadata expiration check: 1:36:08 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-xmltodict
Version : 0.12.0
Release : 15.el9
Architecture : noarch
Size : 22 k
Source : python-xmltodict-0.12.0-15.el9.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.