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

Last updated: June 29,2024

1. Install "picocli.noarch" package

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

$ sudo dnf update $ sudo dnf install picocli.noarch

2. Uninstall "picocli.noarch" package

Please follow the instructions below to uninstall picocli.noarch on Fedora 34:

$ sudo dnf remove picocli.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:14:09 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : picocli
Version : 4.6.2
Release : 2.fc34
Architecture : noarch
Size : 517 k
Source : picocli-4.6.2-2.fc34.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.