How to Install and Uninstall libcastor-xml-schema-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "libcastor-xml-schema-java" package

This tutorial shows how to install libcastor-xml-schema-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcastor-xml-schema-java

2. Uninstall "libcastor-xml-schema-java" package

Please follow the steps below to uninstall libcastor-xml-schema-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcastor-xml-schema-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcastor-xml-schema-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcastor-xml-schema-java
Priority: optional
Section: universe/java
Installed-Size: 407
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: castor
Version: 1.3.2-3
Depends: libcastor-core-java, libcastor-xml-java, libcommons-logging-java
Suggests: libcastor-java-doc (= 1.3.2-3), libcommons-cli-java
Filename: pool/universe/c/castor/libcastor-xml-schema-java_1.3.2-3_all.deb
Size: 328276
MD5sum: 1bc212ffbb1b72223f03f97ecc72e100
SHA1: fdcc5ea648b751f7e082541180690b3ff1d1038f
SHA256: 0d3ab47f28141286ec2476483e2c5366f3c4327e07619af723f68b140a17c616
Description-en: Data binding framework for Java (XML, Objects, DB) - XML Schema
Castor is a data binding framework for Java. It's the shortest path between
Java objects, XML documents and relational tables.
.
Castor XML is an XML data binding framework. Unlike the two main XML APIs,
DOM (Document Object Model) and SAX (Simple API for XML) which deal with
the structure of an XML document, Castor enables you to deal with the
data defined in an XML document through an object model which represents
that data.
.
Castor XML can be compared to XMLBeans framework.
.
Castor JDO is an Object-Relational Mapping and Data-Binding Framework.
Castor can map relational database data into Java Data Object based
on user-defined mapping schema. In the other point-of-view,
it provides java data objects a persistence layer.
.
This package contains a module with Castor XML schema support and provides
functionality to reading, processing and writing XML schema documents.
Description-md5: 59f5a45edeca8f6bd03bc954b6e7b6df
Homepage: http://castor.codehaus.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu