How to Install and Uninstall python3-xmltodict.noarch Package on CentOS Stream 8
Last updated: January 11,2025
1. Install "python3-xmltodict.noarch" package
Here is a brief guide to show you how to install python3-xmltodict.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-xmltodict.noarch
Copied
2. Uninstall "python3-xmltodict.noarch" package
Please follow the guidance below to uninstall python3-xmltodict.noarch on CentOS Stream 8:
$
sudo dnf remove
python3-xmltodict.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-xmltodict.noarch package on CentOS Stream 8
Last metadata expiration check: 1:24:43 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-xmltodict
Version : 0.12.0
Release : 6.el8
Architecture : noarch
Size : 24 k
Source : python-xmltodict-0.12.0-6.el8.src.rpm
Repository : epel
Summary : A 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.
Available Packages
Name : python3-xmltodict
Version : 0.12.0
Release : 6.el8
Architecture : noarch
Size : 24 k
Source : python-xmltodict-0.12.0-6.el8.src.rpm
Repository : epel
Summary : A 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.