How to Install and Uninstall janino.noarch Package on Fedora 34

Last updated: November 27,2024

1. Install "janino.noarch" package

Please follow the guidance below to install janino.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install janino.noarch

2. Uninstall "janino.noarch" package

Here is a brief guide to show you how to uninstall janino.noarch on Fedora 34:

$ sudo dnf remove janino.noarch $ sudo dnf autoremove

3. Information about the janino.noarch package on Fedora 34

Last metadata expiration check: 1:42:17 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : janino
Version : 2.7.8
Release : 16.fc34
Architecture : noarch
Size : 592 k
Source : janino-2.7.8-16.fc34.src.rpm
Repository : fedora
Summary : An embedded Java compiler
URL : http://unkrig.de/w/Janino
License : BSD
Description : Janino is a super-small, super-fast Java compiler. Not only can it compile
: a set of source files to a set of class files like the JAVAC tool, but also
: can it compile a Java expression, block, class body or source file in
: memory, load the byte-code and execute it directly in the same JVM. Janino
: is not intended to be a development tool, but an embedded compiler for
: run-time compilation purposes, e.g. expression evaluators or "server pages"
: engines like JSP.