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

Last updated: May 04,2024

1. Install "libreflectasm-java-doc" package

This guide covers the steps necessary to install libreflectasm-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libreflectasm-java-doc

2. Uninstall "libreflectasm-java-doc" package

This guide covers the steps necessary to uninstall libreflectasm-java-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libreflectasm-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 168
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: libreflectasm-java
Version: 1.05-3
Filename: pool/universe/libr/libreflectasm-java/libreflectasm-java-doc_1.05-3_all.deb
Size: 26044
MD5sum: c1c99da27a3fe976a06a928880255137
SHA1: 66f2c86b6d90d451e4d57997f542df82a15bf260
SHA256: ccbac7df425ca2bd457a5fe17dfc9273f84e4b42e140335272750aeaa14cdb6a
Description-en: library that provides reflection by using code generation - doc
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.
.
This package contains the Javadoc API
Description-md5: 7868dc6a991415b76b6f454111b4e897
Homepage: https://github.com/EsotericSoftware/reflectasm
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu