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

Last updated: May 10,2024

1. Install "libcastor-codegen-java" package

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

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

2. Uninstall "libcastor-codegen-java" package

This guide let you learn how to uninstall libcastor-codegen-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcastor-codegen-java
Priority: optional
Section: universe/java
Installed-Size: 561
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: castor
Version: 1.3.2-3
Depends: libcastor-core-java, libcastor-xml-java, libcastor-xml-schema-java, libcommons-logging-java
Recommends: velocity
Suggests: libcastor-java-doc (= 1.3.2-3)
Filename: pool/universe/c/castor/libcastor-codegen-java_1.3.2-3_all.deb
Size: 462296
MD5sum: a93b9fd70eac5a10c71a91658d09859b
SHA1: a8f00a398e8d233459794ad4238561e89c5dec73
SHA256: b2ad6352ef41411edb16fd3b5165cb1504d6935581ed6c01d713af5cd667dfea
Description-en: Data binding framework for Java (XML, Objects, DB) - Codegen
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 XML code generator.
Description-md5: d4bb6224f3b704185ca592fa471c0cbf
Homepage: http://castor.codehaus.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu