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

Last updated: May 03,2024

1. Install "python3-xmlschema.noarch" package

Please follow the guidelines below to install python3-xmlschema.noarch on Fedora 35

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

2. Uninstall "python3-xmlschema.noarch" package

This tutorial shows how to uninstall python3-xmlschema.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:28:02 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-xmlschema
Version : 1.6.4
Release : 1.fc35
Architecture : noarch
Size : 356 k
Source : python-xmlschema-1.6.4-1.fc35.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.