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

Last updated: May 11,2024

1. Install "libcastor-xml-java" package

Learn how to install libcastor-xml-java on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libcastor-xml-java" package

Learn how to uninstall libcastor-xml-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcastor-xml-java
Priority: optional
Section: universe/java
Installed-Size: 839
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: castor
Version: 1.3.2-3
Depends: libcastor-core-java, libcommons-logging-java
Recommends: libcommons-lang-java, liboro-java, libregexp-java
Suggests: libcastor-java-doc (= 1.3.2-3)
Filename: pool/universe/c/castor/libcastor-xml-java_1.3.2-3_all.deb
Size: 711972
MD5sum: 2b47d16da5d2e2a8126f0c9079a3b0b0
SHA1: 2d76c2a2635ba0cbc49929cb0fe57fc96d14638b
SHA256: c0b26d3a8c1e00880a296aa131ba0b633f95c7fa9b3cee2e969dbc8c16ff6319
Description-en: Data binding framework for Java (XML, Objects, DB) - XML module
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 the core XML data binding framework with support
for marshalling Java objects to and unmarshalling from XML documents.
Description-md5: b453cf09cae0593efe5ea92e689eef2a
Homepage: http://castor.codehaus.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu