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

Last updated: November 22,2024

1. Install "libtruffle-java-doc" package

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

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

2. Uninstall "libtruffle-java-doc" package

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

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

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

Package: libtruffle-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 4896
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: truffle
Version: 0.6-2
Suggests: libtruffle-java
Filename: pool/universe/t/truffle/libtruffle-java-doc_0.6-2_all.deb
Size: 201204
MD5sum: 82ddbc99b8929d850c0e947da4802803
SHA1: 1d54bfa8a32fcf1cc0461eef6845e3fac45551d3
SHA256: 7bca8a6363b9e427484325ba0717f33356366356b1c2242b164e992f3fba667e
Description-en: Documentation for truffle
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.
.
This package contains the API documentation of libtruffle-java.
Description-md5: 5abc53971bdffa5a9d864fa3c4418c53
Homepage: http://openjdk.java.net/projects/graal
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu