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

Last updated: May 10,2024

1. Install "libcastor-core-java" package

Here is a brief guide to show you how to install libcastor-core-java on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libcastor-core-java" package

Please follow the guidelines below to uninstall libcastor-core-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcastor-core-java
Priority: optional
Section: universe/java
Installed-Size: 117
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: castor
Version: 1.3.2-3
Depends: libcommons-logging-java
Suggests: libcastor-java-doc (= 1.3.2-3)
Filename: pool/universe/c/castor/libcastor-core-java_1.3.2-3_all.deb
Size: 51826
MD5sum: 7ac0b22085de1982341fe13e3f159f99
SHA1: 4eaf8a931128df221b07c0496797288c97dc0135
SHA256: dc37c1ef2d23fd9577482242bc479bcfdac501502d72571b04fc5bd3ecf3f32f
Description-en: Data binding framework for Java (XML, Objects, DB) - Core
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 functionality of Castor and it is required
by all other modules.
Description-md5: 0b72735e3c883a43ad4bdb47a15d2ab2
Homepage: http://castor.codehaus.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu