How to Install and Uninstall reflectasm Package on openSUSE Leap
Last updated: November 23,2024
1. Install "reflectasm" package
Please follow the guidance below to install reflectasm on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
reflectasm
Copied
2. Uninstall "reflectasm" package
This guide covers the steps necessary to uninstall reflectasm on openSUSE Leap:
$
sudo zypper remove
reflectasm
Copied
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.
-----------------------------------
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.