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

Last updated: May 19,2024

1. Install "libjdo-api-java" package

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

$ sudo apt update $ sudo apt install libjdo-api-java

2. Uninstall "libjdo-api-java" package

Please follow the steps below to uninstall libjdo-api-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjdo-api-java $ sudo apt autoclean && sudo apt autoremove

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

Package: libjdo-api-java
Priority: extra
Section: universe/libs
Installed-Size: 3006
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 2.2-2
Filename: pool/universe/libj/libjdo-api-java/libjdo-api-java_2.2-2_all.deb
Size: 253864
MD5sum: 2e75a43417d0e2e186fd64025782df0e
SHA1: c1d6b9e3f45c96d1020f44249a80feccec6a52d1
SHA256: 64303ecedfae431b44dfbf092170032001984235e3f18941e36823c182c3118f
Description-en: implementation of JSR 243: Java Data Objects 2.0
Java Data Objects (JDO) is a standard way to access persistent data in
databases, using plain old Java objects (POJO) to represent persistent data.
The approach separates data manipulation (done by accessing Java data members
in the Java domain objects) from database manipulation (done by calling the
JDO interface methods). This separation of concerns leads to a high degree of
independence of the Java view of data from the database view of the data.
.
Interfaces are defined for the user's view of persistence:
- PersistenceManager: the component responsible for the life cycle of
persistent instances, Query factory, and Transaction access
- Query: the component responsible for querying the datastore and returning
persistent instances or values
- Transaction: the component responsible for initiating and completing
transactions
.
JDO is being developed as a Java Specification Request in the Java Community
Process. The original JDO 1.0 is JSR-12 http://www.jcp.org/en/jsr/detail?id=12
and the current JDO 2.0 is JSR-243 http://www.jcp.org/en/jsr/detail?id=243
Description-md5: 3fce6bc3477fbae5416ba0f46b5268b4
Homepage: http://db.apache.org/jdo/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu