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

Last updated: May 17,2024

1. Install "python3-xmlschema.noarch" package

Here is a brief guide to show you how to install python3-xmlschema.noarch on Fedora 34

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

2. Uninstall "python3-xmlschema.noarch" package

Please follow the step by step instructions below to uninstall python3-xmlschema.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:49:03 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-xmlschema
Version : 1.4.2
Release : 1.fc34
Architecture : noarch
Size : 321 k
Source : python-xmlschema-1.4.2-1.fc34.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.