How to Install and Uninstall picocli-codegen Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "picocli-codegen" package

In this section, we are going to explain the necessary steps to install picocli-codegen on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install picocli-codegen

2. Uninstall "picocli-codegen" package

Please follow the steps below to uninstall picocli-codegen on openSuSE Tumbleweed:

$ sudo zypper remove picocli-codegen

3. Information about the picocli-codegen package on openSuSE Tumbleweed

Information for package picocli-codegen:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : picocli-codegen
Version : 4.7.5-2.3
Arch : noarch
Vendor : openSUSE
Installed Size : 130.9 KiB
Installed : No
Status : not installed
Source package : picocli-4.7.5-2.3.src
Upstream URL : https://picocli.info/
Summary : Picocli Code Generation
Description :
Java command line parser with both an annotations API and a programmatic API.
Usage help with ANSI styles and colors. Autocomplete. Nested subcommands.
Easily included as source to avoid adding a dependency.
Tools to generate documentation, configuration, source code and other files
from a picocli model.