How to Install and Uninstall libgluegen2-jni Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "libgluegen2-jni" package

Please follow the steps below to install libgluegen2-jni on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libgluegen2-jni

2. Uninstall "libgluegen2-jni" package

Please follow the instructions below to uninstall libgluegen2-jni on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libgluegen2-jni $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgluegen2-jni package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libgluegen2-jni
Priority: optional
Section: universe/java
Installed-Size: 30
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: amd64
Source: gluegen2
Version: 2.3.2-3
Depends: libc6 (>= 2.4)
Filename: pool/universe/g/gluegen2/libgluegen2-jni_2.3.2-3_amd64.deb
Size: 8162
MD5sum: a3bda3684b83f2a2bbfb20cad0c85b15
SHA1: 62a1cc79eb77c1ab3eaadc2f5985494b58084079
SHA256: f8bdf41e8eb5675fb49fcdd9dfb88ea9ca8a299f30b99116eebb6fb13704d9e4
Description-en: Tool to automatically generate the Java and JNI code
Gluegen reads as input ANSI C header files and separate configuration files
which provide control over many aspects of the glue code generation. GlueGen
uses a complete ANSI C parser and an internal representation (IR) capable of
representing all C types to represent the APIs for which it generates
interfaces. It has the ability to perform significant transformations on the
IR before glue code emission. GlueGen is currently powerful enough to bind
even low-level APIs such as the Java Native Interface (JNI) and the AWT Native
Interface (JAWT) back up to the Java programming language.
.
This package includes the architecture specific java native interface part.
Description-md5: d1e395a15a54aef7af9c2374b7a81bac
Homepage: http://jogamp.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu