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

Last updated: May 15,2024

1. Install "libcastor-ddlgen-java" package

Please follow the step by step instructions below to install libcastor-ddlgen-java on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libcastor-ddlgen-java" package

In this section, we are going to explain the necessary steps to uninstall libcastor-ddlgen-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcastor-ddlgen-java
Priority: optional
Section: universe/java
Installed-Size: 193
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: castor
Version: 1.3.2-3
Depends: libcastor-xml-java
Suggests: libcastor-java-doc (= 1.3.2-3)
Filename: pool/universe/c/castor/libcastor-ddlgen-java_1.3.2-3_all.deb
Size: 118148
MD5sum: f23f9a5d485ee82149a78d35b115baa4
SHA1: b2d52c3a68ebfbf18bd52cd01964998b20661b72
SHA256: 24793a60e21300188a6d3bbc8b4cfb1349e65a9ca400d2603f80fe4bee0c2c32
Description-en: Data binding framework for Java (XML, Objects, DB) - DDL generator
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 Castor JDO DDL generator.
Description-md5: c60999a3958cccf087fac1f44bfcb168
Homepage: http://castor.codehaus.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu