How to Install and Uninstall libgeronimo-jpa-2.0-spec-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libgeronimo-jpa-2.0-spec-java" package

Please follow the guidance below to install libgeronimo-jpa-2.0-spec-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libgeronimo-jpa-2.0-spec-java

2. Uninstall "libgeronimo-jpa-2.0-spec-java" package

This guide covers the steps necessary to uninstall libgeronimo-jpa-2.0-spec-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libgeronimo-jpa-2.0-spec-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgeronimo-jpa-2.0-spec-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libgeronimo-jpa-2.0-spec-java
Priority: optional
Section: universe/java
Installed-Size: 184
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: geronimo-jpa-2.0-spec
Version: 1.1-2
Depends: aspectj, libgeronimo-osgi-support-java
Suggests: libgeronimo-jpa-2.0-spec-java-doc (= 1.1-2)
Filename: pool/universe/g/geronimo-jpa-2.0-spec/libgeronimo-jpa-2.0-spec-java_1.1-2_all.deb
Size: 81824
MD5sum: 3d99081af3b65ca33b1323a8cae4f33e
SHA1: 0e1af099a5a52f28b4d51ea06a9364d7dcc05fef
SHA256: 71ed3510212414c451f4b9ab7fc26206bc4e9ded8b062dd29e6184179b52e3af
Description-en: Geronimo JSR-317 Java Persistence (JPA) 2.0 Spec API
The Java Persistence API is the Java API for the management of persistence
and object/relational mapping for Java EE and Java SE environments.
.
The goal of this specification is to provide an object/relational mapping
facility for the Java application developer using a Java domain model
to manage a relational database.
.
Persistence in this context covers three areas:
- The API itself, defined in the javax.persistence package.
- The Java Persistence Query Language (JPQL).
- Object/relational metadata.
.
The Java Persistence 2.0 specification addresses improvements in the areas of
domain modeling, object/relational mapping, EntityManager and Query
interfaces, and the Java Persistence query language. It adds an API for
criteria queries, a metamodel API, and support for validation.
.
This package contains only API of JSR-317 spec. Apache OpenJPA and
EclipseLink are implementations of this spec.
Description-md5: 90b139312ba61bd04e18420a147bd683
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu