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

Last updated: October 07,2024

1. Install "python3-xmltodict.noarch" package

In this section, we are going to explain the necessary steps to install python3-xmltodict.noarch on Fedora 34

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

2. Uninstall "python3-xmltodict.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-xmltodict.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:53:33 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-xmltodict
Version : 0.12.0
Release : 11.fc34
Architecture : noarch
Size : 23 k
Source : python-xmltodict-0.12.0-11.fc34.src.rpm
Repository : fedora
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.