How to Install and Uninstall reflectasm Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "reflectasm" package

In this section, we are going to explain the necessary steps to install reflectasm on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install reflectasm

2. Uninstall "reflectasm" package

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

$ sudo zypper remove reflectasm

3. Information about the reflectasm package on openSuSE Tumbleweed

Information for package reflectasm:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : reflectasm
Version : 1.11.1-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 32.2 KiB
Installed : No
Status : not installed
Source package : reflectasm-1.11.1-2.4.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