How to Install and Uninstall libjdo-api-java Package on Kali Linux

Last updated: May 15,2024

1. Install "libjdo-api-java" package

This tutorial shows how to install libjdo-api-java on Kali Linux

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

2. Uninstall "libjdo-api-java" package

This is a short guide on how to uninstall libjdo-api-java on Kali Linux:

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

3. Information about the libjdo-api-java package on Kali Linux

Package: libjdo-api-java
Version: 3.1-3
Installed-Size: 248
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libgeronimo-jta-1.2-spec-java
Size: 193556
SHA256: ab5c1b7a621ba9554b1333325275ffa1c1a163454716d3aaeac00ccd19c40c6e
SHA1: 68bbe4a398adc333300d4e9308910287e1cfb143
MD5sum: 9224d162dad0785d9874646ace4218b5
Description: 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:
Homepage: http://db.apache.org/jdo/
Section: java
Priority: optional
Filename: pool/main/libj/libjdo-api-java/libjdo-api-java_3.1-3_all.deb