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

Last updated: May 11,2024

1. Install "libgluegen2-rt-java" package

Please follow the step by step instructions below to install libgluegen2-rt-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libgluegen2-rt-java

2. Uninstall "libgluegen2-rt-java" package

This guide let you learn how to uninstall libgluegen2-rt-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libgluegen2-rt-java $ sudo apt autoclean && sudo apt autoremove

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

Package: libgluegen2-rt-java
Priority: optional
Section: universe/java
Installed-Size: 358
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: gluegen2
Version: 2.3.2-3
Depends: antlr, libgluegen2-jni (>= 2.3.2-3)
Suggests: libgluegen2-doc
Filename: pool/universe/g/gluegen2/libgluegen2-rt-java_2.3.2-3_all.deb
Size: 320790
MD5sum: 3d89c5f55bdc7633e064c497a78facc9
SHA1: aa06f60ab1e92fdd464a7ef48a4f058b56b625c0
SHA256: 69e049ec8b69fac1e5d9262ed847360e9c139a4ce6428862869c8c442fb747f1
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 contains the gluegen 2 runtime files.
Description-md5: ba3b2527d680e913d6313b9198c4baae
Homepage: http://jogamp.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu