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

Last updated: May 14,2024

1. Install "libtruffle-java" package

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

$ sudo apt update $ sudo apt install libtruffle-java

2. Uninstall "libtruffle-java" package

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

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

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

Package: libtruffle-java
Priority: optional
Section: universe/java
Installed-Size: 379
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: truffle
Version: 0.6-2
Suggests: libtruffle-java-doc
Filename: pool/universe/t/truffle/libtruffle-java_0.6-2_all.deb
Size: 283484
MD5sum: 1a0603e1efe9608d307b839764d3d1ad
SHA1: 9e2bc6b1e4404e968e0d10bdfb3d32616240d384
SHA256: 45d77af7cdfd90285488762bcac7856b57dda8204af3d5b7b6db502a13697bdc
Description-en: multi-language framework for executing dynamic languages
Truffle is a language abstract syntax tree interpreter which
allow it to implement languages on top of the Graal framework.
.
To implement a language using Truffle you write an AST for your
language and add methods to interpret (perform the action of) each
node.
.
Graal is an Oracle project aiming to implement a high performance
Java dynamic compiler and interpreter.
Description-md5: 49303ff5aa5670f6be512f8668343657
Homepage: http://openjdk.java.net/projects/graal
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu