How to Install and Uninstall reflectasm Package on openSUSE Leap

Last updated: May 20,2024

1. Install "reflectasm" package

Please follow the guidance below to install reflectasm on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install reflectasm

2. Uninstall "reflectasm" package

This guide covers the steps necessary to uninstall reflectasm on openSUSE Leap:

$ sudo zypper remove reflectasm

3. Information about the reflectasm package on openSUSE Leap

Information for package reflectasm:
-----------------------------------
Repository : Main Repository
Name : reflectasm
Version : 1.11.0-150200.3.4.3
Arch : noarch
Vendor : SUSE LLC
Installed Size : 32.0 KiB
Installed : No
Status : not installed
Source package : reflectasm-1.11.0-150200.3.4.3.src
Upstream URL : https://github.com/EsotericSoftware/reflectasm
Summary : High performance Java library that provides reflection by using code generation
Description :
ReflectASM is a very small Java library that provides
high performance reflection by using code generation.
An access class is generated to set/get fields,
call methods, or create a new instance. The access class
uses byte-code rather than Java's reflection, so it
is much faster. It can also access primitive fields
via byte-code to avoid boxing.

5. The same packages on other Linux Distributions