How to Install and Uninstall python3.11-xmltodict.noarch Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "python3.11-xmltodict.noarch" package

Here is a brief guide to show you how to install python3.11-xmltodict.noarch on Oracle Linux 9

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

2. Uninstall "python3.11-xmltodict.noarch" package

Here is a brief guide to show you how to uninstall python3.11-xmltodict.noarch on Oracle Linux 9:

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

3. Information about the python3.11-xmltodict.noarch package on Oracle Linux 9

Last metadata expiration check: 2:04:22 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3.11-xmltodict
Version : 0.12.0
Release : 1.el9
Architecture : noarch
Size : 24 k
Source : python3.11-xmltodict-epel-0.12.0-1.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.