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

Last updated: September 22,2024

1. Install "picocli.noarch" package

Please follow the guidance below to install picocli.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install picocli.noarch

2. Uninstall "picocli.noarch" package

Please follow the step by step instructions below to uninstall picocli.noarch on Fedora 36:

$ sudo dnf remove picocli.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:24:44 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : picocli
Version : 4.6.3
Release : 1.fc36
Architecture : noarch
Size : 529 k
Source : picocli-4.6.3-1.fc36.src.rpm
Repository : fedora
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.