How to Install and Uninstall libjdo-api-java Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "libjdo-api-java" package

This guide covers the steps necessary to install libjdo-api-java on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libjdo-api-java" package

Here is a brief guide to show you how to uninstall libjdo-api-java on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libjdo-api-java package on Ubuntu 21.10 (Impish Indri)

Package: libjdo-api-java
Architecture: all
Version: 3.1-3
Priority: extra
Section: universe/libs
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 248
Depends: libgeronimo-jta-1.2-spec-java
Filename: pool/universe/libj/libjdo-api-java/libjdo-api-java_3.1-3_all.deb
Size: 193596
MD5sum: e394967b448dcdf597b734ce570b56bb
SHA1: f650565c83b87ad00aa659d6b84445088e1bdf5e
SHA256: a1cc946fe7f70d68fd761360f22baf62402f58dd7dfd4d6c1ec50f9920533341
SHA512: 302943fdcfea98cfd729ff18a620cd45134feddefa928da1380f8021996277c13983cfc7162dace7e2e07fb789d806764358da0c0d65f3f9fadfd5385ae910aa
Homepage: http://db.apache.org/jdo/
Description-en: Implementation of JSR 243: Java Data Objects 3.1
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: 8ae3e8289ca31c4a1de1c3493b56e29b