How to Install and Uninstall xsdcxx Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "xsdcxx" package

This guide covers the steps necessary to install xsdcxx on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install xsdcxx

2. Uninstall "xsdcxx" package

This is a short guide on how to uninstall xsdcxx on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove xsdcxx $ sudo apt autoclean && sudo apt autoremove

3. Information about the xsdcxx package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: xsdcxx
Priority: extra
Section: universe/devel
Installed-Size: 8112
Maintainer: Ubuntu Developers
Original-Maintainer: Jörg Frings-Fürst
Architecture: amd64
Source: xsd
Version: 4.0.0-4
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), libxerces-c3.1
Filename: pool/universe/x/xsd/xsdcxx_4.0.0-4_amd64.deb
Size: 1863588
MD5sum: 7437b7990858a21f967d95c0a80e93a1
SHA1: ddf6b68180412013ec39ddc7abf6c26d3c669e55
SHA256: 74b5cb2e61c8b44f387d47495af00ee2c1d2dc0750cc9f8c73fbe0b15c48181b
Description-en: XML Data Binding for C++
CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to
C++ data binding compiler. Provided with an XML instance specification
(XML Schema), it generates C++ classes that represent the given
vocabulary as well as parsing and serialization code.
You can then access the data stored in XML using types and functions
that semantically correspond to your application domain rather than
dealing with intricacies of reading and writing XML.
Description-md5: 576f0b569dfbc5b1cb8f0da0343c6d98
Homepage: http://codesynthesis.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu