How to Install and Uninstall python-pyxb-bundles-common Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 26,2024

1. Install "python-pyxb-bundles-common" package

Please follow the guidelines below to install python-pyxb-bundles-common on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyxb-bundles-common

2. Uninstall "python-pyxb-bundles-common" package

Here is a brief guide to show you how to uninstall python-pyxb-bundles-common on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pyxb-bundles-common $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pyxb-bundles-common package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pyxb-bundles-common
Priority: extra
Section: universe/python
Installed-Size: 24523
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pyxb
Version: 1.2.4+dfsg-1
Depends: python-pyxb (= 1.2.4+dfsg-1), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/pyxb/python-pyxb-bundles-common_1.2.4+dfsg-1_all.deb
Size: 1427394
MD5sum: b8ace0f048e572c6a9f32659d5d963e4
SHA1: a37a1418b84ab53c199268d1ecf265980b0e5317
SHA256: 154c1decc58b5d4e887512ee618f5c414046ae8b7460552a090730f49a23d463
Description-en: Python XML Schema Bindings (common bindings for Python2)
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++.
.
The major goals of PyXB are:
* Provide a generated Python interface that is “Pythonic”, meaning similar to
one that would have been hand-written:
+ Attributes and elements are Python properties, with name conflicts
resolved in favor of elements
+ Elements with maxOccurs larger than 1 are stored as Python lists
+ Bindings for type extensions inherit from the binding for the base type
+ Enumeration constraints are exposed as class (constant) variables
* Support bi-directional conversion (document to Python and back)
* Allow easy customization of the generated bindings to provide functionality
along with content
* Support all XMLSchema features that are in common use, including:
+ complex content models (nested all/choice/sequence)
+ cross-namespace dependencies
+ include and import directives
+ constraints on simple types
* Validate the documents against their schema
.
This package contains the prebuilt common XML bindings for Python2.
Description-md5: e4681bb6a86406b2c040bee2547a47d7
Homepage: http://pyxb.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu