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

Last updated: April 28,2024

1. Install "libinvokebinder-java" package

This tutorial shows how to install libinvokebinder-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libinvokebinder-java

2. Uninstall "libinvokebinder-java" package

Please follow the steps below to uninstall libinvokebinder-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libinvokebinder-java
Priority: optional
Section: universe/java
Installed-Size: 95
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: invokebinder
Version: 1.5-1
Suggests: libinvokebinder-java-doc
Filename: pool/universe/i/invokebinder/libinvokebinder-java_1.5-1_all.deb
Size: 39236
MD5sum: 989745531c9850a559e29e6cb8088aab
SHA1: c8e1c8d06acfb71da57dc30945c06a32b9e8567e
SHA256: 87528194bd8c67c2349bd551796bc8b251303ded277d710900c2e6e3083247c0
Description-en: Java DSL for binding method handles
This Java library hopes to provide a more friendly DSL for binding
method handles.
.
Unlike the normal MethodHandle API, handles are bound forward
from a source MethodType and eventually adapted to a final target
MethodHandle.
.
Along the way the transformations are pushed onto a
stack and eventually applied in reverse order, as the standard API
demands.
Description-md5: 16d9c4ab91e42c63f275de865aade64f
Homepage: https://github.com/headius/invokebinder
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu