How to Install and Uninstall janino Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "janino" package

Learn how to install janino on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install janino

2. Uninstall "janino" package

Please follow the step by step instructions below to uninstall janino on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove janino $ sudo apt autoclean && sudo apt autoremove

3. Information about the janino package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: janino
Priority: optional
Section: universe/libs
Installed-Size: 42
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 2.7.0-2
Depends: libjanino-java
Recommends: default-jre-headless | java6-runtime-headless
Filename: pool/universe/j/janino/janino_2.7.0-2_all.deb
Size: 3658
MD5sum: b96d330eadf2b2dc83e4b9d4e1d3d699
SHA1: 2d2d62a9eaf74e16181259917c6fbef8d4dc9997
SHA256: 052f6ecc9dcb76f7c06453d684ef72ba8c2a28f4867f38b564681dc0569b8e5b
Description-en: runtime compiler for Java expressions - binary
Janino is a compiler that reads a Java expression, block, class body,
source file or a set of source files, and generates Java bytecode that is
loaded and executed directly. Janino is not intended to be a development tool,
but an embedded compiler for run-time compilation purposes, e.g. expression
evaluators or embedded code as with JSP.
.
This package contains the janinoc tool.
Description-md5: 8766c795bc6ef399f9a49d03eaf105ae
Homepage: http://janino.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu