How to Install and Uninstall picocli.noarch Package on Fedora 38

Last updated: September 29,2024

1. Install "picocli.noarch" package

Please follow the steps below to install picocli.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install picocli.noarch

2. Uninstall "picocli.noarch" package

Learn how to uninstall picocli.noarch on Fedora 38:

$ sudo dnf remove picocli.noarch $ sudo dnf autoremove

3. Information about the picocli.noarch package on Fedora 38

Last metadata expiration check: 2:08:52 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : picocli
Version : 4.7.4
Release : 1.fc38
Architecture : noarch
Size : 546 k
Source : picocli-4.7.4-1.fc38.src.rpm
Repository : updates
Summary : Java command line parser with both an annotations API and a programmatic API
URL : https://github.com/remkop/picocli
License : ASL 2.0
Description : Picocli is a modern library and framework, written in Java, that contains both
: an annotations API and a programmatic API. It features usage help with ANSI
: colors and styles, TAB auto-completion and nested sub-commands. In a single
: file, so you can include it in source form. This lets users run picocli-based
: applications without requiring picocli as an external dependency.