How To Install beust-jcommander on Fedora 36

In this tutorial we learn how to install beust-jcommander in Fedora 36. beust-jcommander is Java framework for parsing command line parameters

Introduction

In this tutorial we learn how to install beust-jcommander on Fedora 36.

What is beust-jcommander

JCommander is a very small Java framework that makes it trivial to parse command line parameters (with annotations).

We can use yum or dnf to install beust-jcommander on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install beust-jcommander.

Install beust-jcommander on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install beust-jcommander using dnf by running the following command:

sudo dnf -y install beust-jcommander

Install beust-jcommander on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install beust-jcommander using yum by running the following command:

sudo yum -y install beust-jcommander

How To Uninstall beust-jcommander on Fedora 36

To uninstall only the beust-jcommander package we can use the following command:

sudo dnf remove beust-jcommander

beust-jcommander Package Contents on Fedora 36

/usr/share/doc/beust-jcommander
/usr/share/doc/beust-jcommander/README.markdown
/usr/share/doc/beust-jcommander/license.txt
/usr/share/doc/beust-jcommander/notice.md
/usr/share/java/beust-jcommander.jar
/usr/share/maven-metadata/beust-jcommander.xml
/usr/share/maven-poms/beust-jcommander.pom

References

Summary

In this tutorial we learn how to install beust-jcommander on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).