How to Install and Uninstall jline-style.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "jline-style.noarch" package

Please follow the guidance below to install jline-style.noarch on Fedora 36

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

2. Uninstall "jline-style.noarch" package

This guide covers the steps necessary to uninstall jline-style.noarch on Fedora 36:

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

3. Information about the jline-style.noarch package on Fedora 36

Last metadata expiration check: 2:50:30 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : jline-style
Version : 3.21.0
Release : 4.fc36
Architecture : noarch
Size : 35 k
Source : jline-3.21.0-4.fc36.src.rpm
Repository : updates
Summary : JLine style
URL : https://github.com/jline/jline3
License : BSD
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 a style processor for JLine, which can apply
: colors to strings, for example.