How to Install and Uninstall jline.noarch Package on AlmaLinux 8

Last updated: November 26,2024

1. Install "jline.noarch" package

Please follow the guidance below to install jline.noarch on AlmaLinux 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 AlmaLinux 8:

$ sudo dnf remove jline.noarch $ sudo dnf autoremove

3. Information about the jline.noarch package on AlmaLinux 8

Last metadata expiration check: 2:22:53 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : jline
Version : 2.14.6
Release : 2.module_el8.0.0+6044+f3cbc35d
Architecture : noarch
Size : 157 k
Source : jline-2.14.6-2.module_el8.0.0+6044+f3cbc35d.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.