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

Last updated: May 07,2024

1. Install "jython.noarch" package

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

$ sudo dnf update $ sudo dnf install jython.noarch

2. Uninstall "jython.noarch" package

This is a short guide on how to uninstall jython.noarch on Fedora 34:

$ sudo dnf remove jython.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:18:33 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : jython
Version : 2.7.1
Release : 16.fc34
Architecture : noarch
Size : 10 M
Source : jython-2.7.1-16.fc34.src.rpm
Repository : fedora
Summary : A Java implementation of the Python language
URL : http://www.jython.org/
License : ASL 1.1 and BSD and CNRI and JPython and Python
Description : Jython is an implementation of the high-level, dynamic, object-oriented
: language Python seamlessly integrated with the Java platform. The
: predecessor to Jython, JPython, is certified as 100% Pure Java. Jython is
: freely available for both commercial and non-commercial use and is
: distributed with source code. Jython is complementary to Java and is
: especially suited for the following tasks: Embedded scripting - Java
: programmers can add the Jython libraries to their system to allow end
: users to write simple or complicated scripts that add functionality to the
: application. Interactive experimentation - Jython provides an interactive
: interpreter that can be used to interact with Java packages or with
: running Java applications. This allows programmers to experiment and debug
: any Java system using Jython. Rapid application development - Python
: programs are typically 2-10X shorter than the equivalent Java program.
: This translates directly to increased programmer productivity. The
: seamless interaction between Python and Java allows developers to freely
: mix the two languages both during development and in shipping products.