How to Install and Uninstall python3-dicttoxml.noarch Package on Fedora 39

Last updated: October 15,2024

1. Install "python3-dicttoxml.noarch" package

Please follow the guidelines below to install python3-dicttoxml.noarch on Fedora 39

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

2. Uninstall "python3-dicttoxml.noarch" package

This tutorial shows how to uninstall python3-dicttoxml.noarch on Fedora 39:

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

3. Information about the python3-dicttoxml.noarch package on Fedora 39

Last metadata expiration check: 5:41:55 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-dicttoxml
Version : 1.7.4
Release : 12.fc39
Architecture : noarch
Size : 30 k
Source : python-dicttoxml-1.7.4-12.fc39.src.rpm
Repository : fedora
Summary : Converts a Python dictionary or other native data type into a valid XML string
URL : https://github.com/quandyfactory/dicttoxml
License : GPLv2
Description : Converts a Python dictionary or other native data type into a valid XML string.
: Details Supports item (int, float, long, decimal.Decimal, bool, str, unicode,
: datetime, none and other number-like objects) and collection (list, set, tuple
: and dict, as well as iterable and dict-like objects) data types, with arbitrary
: nesting for the collections.