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

Last updated: January 17,2025

1. Install "picocli.noarch" package

This tutorial shows how to install picocli.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install picocli.noarch

2. Uninstall "picocli.noarch" package

In this section, we are going to explain the necessary steps to uninstall picocli.noarch on Fedora 39:

$ sudo dnf remove picocli.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:20:24 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : picocli
Version : 4.7.4
Release : 2.fc39
Architecture : noarch
Size : 546 k
Source : picocli-4.7.4-2.fc39.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.