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

Last updated: May 18,2024

1. Install "python-pyxb" package

Please follow the guidance below to install python-pyxb on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-pyxb

2. Uninstall "python-pyxb" package

In this section, we are going to explain the necessary steps to uninstall python-pyxb on openSUSE Leap:

$ sudo zypper remove python-pyxb

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

Information for package python-pyxb:
------------------------------------
Repository : Main Repository
Name : python-pyxb
Version : 1.2.4-1.29
Arch : noarch
Vendor : SUSE LLC
Installed Size : 38,5 MiB
Installed : No
Status : not installed
Source package : python-pyxb-1.2.4-1.29.src
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++.