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

Last updated: September 20,2024

1. Install "python3-pyxb-bundles-dc" package

This guide covers the steps necessary to install python3-pyxb-bundles-dc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pyxb-bundles-dc

2. Uninstall "python3-pyxb-bundles-dc" package

Please follow the guidelines below to uninstall python3-pyxb-bundles-dc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-pyxb-bundles-dc $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-pyxb-bundles-dc
Priority: extra
Section: universe/python
Installed-Size: 391
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pyxb
Version: 1.2.4+dfsg-1
Depends: python3-pyxb (= 1.2.4+dfsg-1), python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/pyxb/python3-pyxb-bundles-dc_1.2.4+dfsg-1_all.deb
Size: 45122
MD5sum: c12030c6908167653f9248e42a96407d
SHA1: 4fd4e3e8021be34895133786cda7b7679ef5d1af
SHA256: 632deb02df12db17779c08fe7411646c109bd472ba642379d4b214c667d375f8
Description-en: Python XML Schema Bindings (Dublin Core bindings for Python3)
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 Dublin Core Metadata Initiative bindings
for Python3.
Description-md5: 7c2371c190f2959aa3656e148893fd50
Homepage: http://pyxb.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu