How to Install and Uninstall gluegen2 Package on openSUSE Leap

Last updated: February 24,2025

1. Install "gluegen2" package

This guide covers the steps necessary to install gluegen2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install gluegen2

2. Uninstall "gluegen2" package

This is a short guide on how to uninstall gluegen2 on openSUSE Leap:

$ sudo zypper remove gluegen2

3. Information about the gluegen2 package on openSUSE Leap

Information for package gluegen2:
---------------------------------
Repository : Main Repository
Name : gluegen2
Version : 2.3.2-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 424.8 KiB
Installed : No
Status : not installed
Source package : gluegen2-2.3.2-bp155.2.13.src
Upstream URL : http://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