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

Last updated: May 17,2024

1. Install "libcastor-anttasks-java" package

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

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

2. Uninstall "libcastor-anttasks-java" package

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

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

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

Package: libcastor-anttasks-java
Priority: optional
Section: universe/java
Installed-Size: 85
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: castor
Version: 1.3.2-3
Depends: libcastor-codegen-java, libcastor-ddlgen-java, libcommons-logging-java
Recommends: ant
Suggests: libcastor-java-doc (= 1.3.2-3)
Filename: pool/universe/c/castor/libcastor-anttasks-java_1.3.2-3_all.deb
Size: 23994
MD5sum: 5ca6b2fadd9f5ff3f56fae0f0371a3a9
SHA1: ab7db5cafa6955b40cb879510627a30d515736fa
SHA256: 3879164caa5f70e10ed5c53bb4574b5b0ed0e0c1c022489a130cfe8686da9ea0
Description-en: Data binding framework for Java (XML, Objects, DB) - Ant Tasks
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 Ant task definitions for Castor XML code generator.
Description-md5: 3355b01b187d4ffe1e4a35538183780e
Homepage: http://castor.codehaus.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu