How to Install and Uninstall picocli-codegen.noarch Package on Fedora 35

Last updated: November 27,2024

1. Install "picocli-codegen.noarch" package

This tutorial shows how to install picocli-codegen.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install picocli-codegen.noarch

2. Uninstall "picocli-codegen.noarch" package

This tutorial shows how to uninstall picocli-codegen.noarch on Fedora 35:

$ sudo dnf remove picocli-codegen.noarch $ sudo dnf autoremove

3. Information about the picocli-codegen.noarch package on Fedora 35

Last metadata expiration check: 5:21:31 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : picocli-codegen
Version : 4.6.3
Release : 1.fc35
Architecture : noarch
Size : 137 k
Source : picocli-4.6.3-1.fc35.src.rpm
Repository : updates
Summary : Tools to generate documentation, configuration, source code from a picocli model
URL : https://github.com/remkop/picocli
License : ASL 2.0
Description : The picocli-codegen (Picocli Code Generation) module contains tools for
: generating configuration files and documentation for picocli-based applications.
:
: This module also includes an annotation processor that can build a model from
: the picocli annotations at compile time rather than at runtime.
:
: The annotation processor allows many of the tools to be invoked automatically as
: part of the build without configuration. If a tool does not have an annotation
: processor wrapper (yet), it can be invoked on the command line, and can be
: scripted to be invoked automatically as part of building your project.