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

Last updated: November 24,2024

1. Install "jline.noarch" package

Here is a brief guide to show you how to install jline.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install jline.noarch

2. Uninstall "jline.noarch" package

Please follow the guidance below to uninstall jline.noarch on Rocky Linux 8:

$ sudo dnf remove jline.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:34:22 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : jline
Version : 2.14.6
Release : 2.module+el8.3.0+241+f23502a8
Architecture : noarch
Size : 156 k
Source : jline-2.14.6-2.module+el8.3.0+241+f23502a8.src.rpm
Repository : 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.