How to Install and Uninstall jline-parent.noarch Package on Fedora 38

Last updated: September 24,2024

1. Install "jline-parent.noarch" package

Please follow the instructions below to install jline-parent.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install jline-parent.noarch

2. Uninstall "jline-parent.noarch" package

Please follow the guidance below to uninstall jline-parent.noarch on Fedora 38:

$ sudo dnf remove jline-parent.noarch $ sudo dnf autoremove

3. Information about the jline-parent.noarch package on Fedora 38

Last metadata expiration check: 3:51:29 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : jline-parent
Version : 3.23.0
Release : 1.fc38
Architecture : noarch
Size : 77 k
Source : jline-3.23.0-1.fc38.src.rpm
Repository : fedora
Summary : Parent POM for Java library for handling console input
URL : https://github.com/jline/jline3
License : BSD-3-Clause
Description : JLine is a Java library for handling console input. It is similar in
: functionality to BSD editline and GNU readline but with additional
: features that bring it in par with the ZSH line editor. Those 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.
:
: This package contains the parent POM for the jline project