How To Install qcommandline on Fedora 36

In this tutorial we learn how to install qcommandline in Fedora 36. qcommandline is Command line parser for Qt programs

Introduction

In this tutorial we learn how to install qcommandline on Fedora 36.

What is qcommandline

QCommandLine is a command line parsing library for Qt programs (like getopt). Features include options, switches, parameters and automatic –version/–help generation.

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

Install qcommandline 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 qcommandline using dnf by running the following command:

sudo dnf -y install qcommandline

Install qcommandline 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 qcommandline using yum by running the following command:

sudo yum -y install qcommandline

How To Uninstall qcommandline on Fedora 36

To uninstall only the qcommandline package we can use the following command:

sudo dnf remove qcommandline

qcommandline Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/61b0f9922ac346bf1e28d409b90664cd1318c4
/usr/lib64/libqcommandline.so.0
/usr/lib64/libqcommandline.so.0.3.0
/usr/share/doc/qcommandline
/usr/share/doc/qcommandline/COPYING

References

Summary

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


title: “How To Install qcommandline on Fedora 36” linkTitle: “qcommandline” type: “docs” description: “In this tutorial we learn how to install qcommandline in Fedora 36. qcommandline is Command line parser for Qt programs” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/qcommandline-featured.png

Introduction

In this tutorial we learn how to install qcommandline on Fedora 36.

What is qcommandline

QCommandLine is a command line parsing library for Qt programs (like getopt). Features include options, switches, parameters and automatic –version/–help generation.

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

Install qcommandline 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 qcommandline using dnf by running the following command:

sudo dnf -y install qcommandline

Install qcommandline 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 qcommandline using yum by running the following command:

sudo yum -y install qcommandline

How To Uninstall qcommandline on Fedora 36

To uninstall only the qcommandline package we can use the following command:

sudo dnf remove qcommandline

qcommandline Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/4b33da7bcc4c4282f08a4618a79469c0aea74a
/usr/lib/libqcommandline.so.0
/usr/lib/libqcommandline.so.0.3.0
/usr/share/doc/qcommandline
/usr/share/doc/qcommandline/COPYING

References

Summary

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