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

Last updated: May 18,2024

1. Install "libgluegen2-build-java" package

Please follow the guidance below to install libgluegen2-build-java on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libgluegen2-build-java" package

Please follow the guidelines below to uninstall libgluegen2-build-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libgluegen2-build-java
Priority: optional
Section: universe/java
Installed-Size: 4334
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: gluegen2
Version: 2.3.2-3
Depends: antlr
Suggests: libgluegen2-doc
Filename: pool/universe/g/gluegen2/libgluegen2-build-java_2.3.2-3_all.deb
Size: 1224964
MD5sum: ad9a51038465a557ea7e9682acd67bee
SHA1: 004c0e92a995aa6d03a72914b7f6d0a59ba94ab1
SHA256: 290f2d6c62be3c1ff6f2bf14b47bd6f577d4fc3620c44cf82d8e50164f8d4738
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 some Java sources necessary to build gluegen-based
packages.
Description-md5: e7d3a58ba4366ceaa417efd7c363d941
Homepage: http://jogamp.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu