How To Install qcommandline-qt5 on Fedora 36
Introduction
In this tutorial we learn how to install qcommandline-qt5
on Fedora 36.
What is qcommandline-qt5
QCommandLine is a command line parsing library for Qt5 programs (like getopt). Features include options, switches, parameters and automatic –version/–help generation.
We can use yum
or dnf
to install qcommandline-qt5
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qcommandline-qt5.
Install qcommandline-qt5 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-qt5
using dnf
by running the following command:
sudo dnf -y install qcommandline-qt5
Install qcommandline-qt5 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-qt5
using yum
by running the following command:
sudo yum -y install qcommandline-qt5
How To Uninstall qcommandline-qt5 on Fedora 36
To uninstall only the qcommandline-qt5
package we can use the following command:
sudo dnf remove qcommandline-qt5
qcommandline-qt5 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/76ec06f1d5187f835016a2bfb958179a69a4ce
/usr/lib64/libqcommandline-qt5.so.0
/usr/lib64/libqcommandline-qt5.so.0.3.0
/usr/share/doc/qcommandline-qt5
/usr/share/doc/qcommandline-qt5/COPYING
References
Summary
In this tutorial we learn how to install qcommandline-qt5
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install qcommandline-qt5 on Fedora 36” linkTitle: “qcommandline-qt5” type: “docs” description: “In this tutorial we learn how to install qcommandline-qt5 in Fedora 36. qcommandline-qt5 is Command line parser for Qt5 programs” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/qcommandline-qt5-featured.png
Introduction
In this tutorial we learn how to install qcommandline-qt5
on Fedora 36.
What is qcommandline-qt5
QCommandLine is a command line parsing library for Qt5 programs (like getopt). Features include options, switches, parameters and automatic –version/–help generation.
We can use yum
or dnf
to install qcommandline-qt5
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qcommandline-qt5.
Install qcommandline-qt5 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-qt5
using dnf
by running the following command:
sudo dnf -y install qcommandline-qt5
Install qcommandline-qt5 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-qt5
using yum
by running the following command:
sudo yum -y install qcommandline-qt5
How To Uninstall qcommandline-qt5 on Fedora 36
To uninstall only the qcommandline-qt5
package we can use the following command:
sudo dnf remove qcommandline-qt5
qcommandline-qt5 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/b09f008bebc17c217031172400af77c9941430
/usr/lib/libqcommandline-qt5.so.0
/usr/lib/libqcommandline-qt5.so.0.3.0
/usr/share/doc/qcommandline-qt5
/usr/share/doc/qcommandline-qt5/COPYING
References
Summary
In this tutorial we learn how to install qcommandline-qt5
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).