How to Install and Uninstall python3-pyxb Package on openSUSE Leap

Last updated: June 01,2024

1. Install "python3-pyxb" package

Please follow the steps below to install python3-pyxb on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pyxb

2. Uninstall "python3-pyxb" package

Here is a brief guide to show you how to uninstall python3-pyxb on openSUSE Leap:

$ sudo zypper remove python3-pyxb

3. Information about the python3-pyxb package on openSUSE Leap

Information for package python3-pyxb:
-------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-pyxb
Version : 1.2.6-150400.5.69
Arch : noarch
Vendor : SUSE LLC
Installed Size : 42.2 MiB
Installed : No
Status : not installed
Source package : python3-pyxb-1.2.6-150400.5.69.src
Upstream URL : https://github.com/pabigot/pyxb
Summary : Python class code generator based on XMLSchemas
Description :
PyXB is a pure Python package that generates Python code for classes that correspond to data structures defined by XMLSchema.
In concept it is similar to JAXB for Java and CodeSynthesis XSD for C++.