How to Install and Uninstall python3-xmlschema.noarch Package on Fedora 38

Last updated: October 09,2024

1. Install "python3-xmlschema.noarch" package

Please follow the step by step instructions below to install python3-xmlschema.noarch on Fedora 38

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

2. Uninstall "python3-xmlschema.noarch" package

Please follow the steps below to uninstall python3-xmlschema.noarch on Fedora 38:

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

3. Information about the python3-xmlschema.noarch package on Fedora 38

Last metadata expiration check: 1:24:07 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-xmlschema
Version : 2.0.3
Release : 2.fc38
Architecture : noarch
Size : 609 k
Source : python-xmlschema-2.0.3-2.fc38.src.rpm
Repository : fedora
Summary : A Python XML Schema validator and decoder
URL : https://github.com/brunato/xmlschema
License : MIT
Description : The xmlschema library is an implementation of XML Schema for Python.
:
: This library arises from the needs of a solid Python layer for processing XML
: Schema based files for MaX (Materials design at the Exascale) European project.
: A significant problem is the encoding and the decoding of the XML data files
: produced by different simulation software. Another important requirement is
: the XML data validation, in order to put the produced data under control.
: The lack of a suitable alternative for Python in the schema-based decoding
: of XML data has led to build this library. Obviously this library can be
: useful for other cases related to XML Schema based processing, not only for
: the original scope.