How to Install and Uninstall gluegen2 Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "gluegen2" package

This guide let you learn how to install gluegen2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install gluegen2

2. Uninstall "gluegen2" package

This is a short guide on how to uninstall gluegen2 on openSuSE Tumbleweed:

$ sudo zypper remove gluegen2

3. Information about the gluegen2 package on openSuSE Tumbleweed

Information for package gluegen2:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gluegen2
Version : 2.3.2-11.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 354.9 KiB
Installed : No
Status : not installed
Source package : gluegen2-2.3.2-11.1.src
Upstream URL : https://jogamp.org/gluegen/www/
Summary : Tool for automatic generation the Java and JNI code
Description :
GlueGen is a tool which automatically generates the Java and JNI code
necessary to call C libraries. It 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.

5. The same packages on other Linux Distributions