How to Install and Uninstall picocli-shell-jline3.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "picocli-shell-jline3.noarch" package

Here is a brief guide to show you how to install picocli-shell-jline3.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install picocli-shell-jline3.noarch

2. Uninstall "picocli-shell-jline3.noarch" package

This guide covers the steps necessary to uninstall picocli-shell-jline3.noarch on Fedora 34:

$ sudo dnf remove picocli-shell-jline3.noarch $ sudo dnf autoremove

3. Information about the picocli-shell-jline3.noarch package on Fedora 34

Last metadata expiration check: 2:15:43 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : picocli-shell-jline3
Version : 4.6.2
Release : 2.fc34
Architecture : noarch
Size : 29 k
Source : picocli-4.6.2-2.fc34.src.rpm
Repository : updates
Summary : Easily build interactive shell applications with JLine 3 and picocli
URL : https://github.com/remkop/picocli
License : ASL 2.0
Description : Picocli Shell JLine3 contains components and documentation for building
: interactive shell command line applications with JLine 3 and picocli.
:
: JLine and picocli complement each other very well and have little or none
: functional overlap.
:
: JLine provides interactive shell functionality but has no built-in command line
: parsing functionality. What it does provide is a tokenizer for splitting a
: single command line String into an array of command line argument Strings.
:
: Given an array of Strings, picocli can execute a command or subcommand.
: Combining these two libraries makes it easy to build powerful interactive shell
: applications.