How to Install and Uninstall jline.noarch Package on Oracle Linux 8

Last updated: July 05,2024

1. Install "jline.noarch" package

In this section, we are going to explain the necessary steps to install jline.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install jline.noarch

2. Uninstall "jline.noarch" package

Here is a brief guide to show you how to uninstall jline.noarch on Oracle Linux 8:

$ sudo dnf remove jline.noarch $ sudo dnf autoremove

3. Information about the jline.noarch package on Oracle Linux 8

Last metadata expiration check: 5:16:51 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : jline
Version : 2.14.6
Release : 2.module+el8+5185+29085240
Architecture : noarch
Size : 157 k
Source : jline-2.14.6-2.module+el8+5185+29085240.src.rpm
Repository : ol8_appstream
Summary : JLine is a Java library for handling console input
URL : https://github.com/jline/jline2
License : BSD
Description : JLine is a Java library for handling console input. It is similar
: in functionality to BSD editline and GNU readline. People familiar
: with the readline/editline capabilities for modern shells (such as
: bash and tcsh) will find most of the command editing features of
: JLine to be familiar.