How to Install and Uninstall jline.noarch Package on CentOS Stream 8

Last updated: June 26,2024

1. Install "jline.noarch" package

Please follow the steps below to install jline.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install jline.noarch

2. Uninstall "jline.noarch" package

This is a short guide on how to uninstall jline.noarch on CentOS Stream 8:

$ sudo dnf remove jline.noarch $ sudo dnf autoremove

3. Information about the jline.noarch package on CentOS Stream 8

Last metadata expiration check: 4:16:10 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : jline
Version : 2.14.6
Release : 2.module_el8.0.0+82+8ee6c375
Architecture : noarch
Size : 157 k
Source : jline-2.14.6-2.module_el8.0.0+82+8ee6c375.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.