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

Last updated: May 10,2024

1. Install "libcastor-jdo-java" package

Please follow the steps below to install libcastor-jdo-java on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libcastor-jdo-java" package

This guide covers the steps necessary to uninstall libcastor-jdo-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcastor-jdo-java
Priority: optional
Section: universe/java
Installed-Size: 1028
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: castor
Version: 1.3.2-3
Depends: glassfish-javaee, libcastor-core-java, libcastor-xml-java, libcastor-xml-schema-java, libcglib3-java, libgeronimo-jta-1.0.1b-spec-java
Suggests: libcastor-java-doc (= 1.3.2-3)
Filename: pool/universe/c/castor/libcastor-jdo-java_1.3.2-3_all.deb
Size: 880210
MD5sum: d390a39495e50c437d4362e4d24b7830
SHA1: 1fc8520ff31501cd8415a750c9ba03a471da36c1
SHA256: 91b68359187673cadf2431cc9138eac8170c4cdd040801a83b95f0871f5fde13
Description-en: Data binding framework for Java (XML, Objects, DB) - JDO
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 Castor JDO: a persistence framework.
Description-md5: 64840c194fab1cba840f93bf27b85e14
Homepage: http://castor.codehaus.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu