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

Last updated: May 12,2024

1. Install "libdynalang-java" package

Please follow the steps below to install libdynalang-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdynalang-java

2. Uninstall "libdynalang-java" package

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

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

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

Package: libdynalang-java
Priority: optional
Section: universe/java
Installed-Size: 111
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: dynalang
Version: 0.4-3
Filename: pool/universe/d/dynalang/libdynalang-java_0.4-3_all.deb
Size: 76370
MD5sum: bf7cf72e74799b2847159f19ec9c133a
SHA1: bd8aaacb2182b75df8fd63a917daf01a09f03bb7
SHA256: ec4363e48236fb1bf7dafb203446f9288de29de206331c2cced9ec60e4d71045
Description-en: JVM Dynamic Languages Metaobject Protocol
This library aims to make it possible for objects created by a runtime for one
dynamic language to be passed to and manipulated by a different dynamic
language, running within the same JVM. More generally, it aims to provide a
facility where an arbitrary system (usually a language runtime) can intuitively
manipulate any arbitrary object model built atop of Java objects (usually the
native object model of some other language).
.
Basically, it provides a unified mechanism that all dynamic languages on the
JVM can use to inter-operably manipulate their own objects as well as objects
from any other language that also uses this mechanism.
Description-md5: ad816788710f968b1aff5ae2d7a46953
Homepage: http://dynalang.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu