How to Install and Uninstall libreflectasm-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 04,2024

1. Install "libreflectasm-java" package

This guide let you learn how to install libreflectasm-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libreflectasm-java

2. Uninstall "libreflectasm-java" package

This is a short guide on how to uninstall libreflectasm-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libreflectasm-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libreflectasm-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libreflectasm-java
Priority: optional
Section: universe/java
Installed-Size: 77
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 1.05-3
Depends: libasm4-java
Filename: pool/universe/libr/libreflectasm-java/libreflectasm-java_1.05-3_all.deb
Size: 17772
MD5sum: f4cabfe9138288259f799e611e71e44b
SHA1: d0d72b5542006cb345e5f41199e75c5b6aa41843
SHA256: 840e64500f224ae5d8c8e8e05997dbd24b704ca5622ef4ef977f03753c6679d5
Description-en: library that provides reflection by using code generation
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 bytecode rather than Java's reflection,
so it is much faster. It can also access primitive fields via
bytecode to avoid boxing.
Description-md5: add1aaddf9a4bbd3ace74ac8d2fa522d
Homepage: https://github.com/EsotericSoftware/reflectasm
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu