How To Install qvge on Fedora 36

In this tutorial we learn how to install qvge in Fedora 36. qvge is Graph editor

Introduction

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

What is qvge

Multiplatform graph editor written in C++/Qt. Its main goal is to make possible visually edit two-dimensional graphs in a simple and intuitive way.

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

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

sudo dnf -y install qvge

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

sudo yum -y install qvge

How To Uninstall qvge on Fedora 36

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

sudo dnf remove qvge

qvge Package Contents on Fedora 36

/usr/bin/qvgeapp
/usr/lib/.build-id
/usr/lib/.build-id/43
/usr/lib/.build-id/43/26d353e5f03796d25cdef442e507fb1cbd886f
/usr/share/appdata/qvge.appdata.xml
/usr/share/applications/qvge.desktop
/usr/share/doc/qvge
/usr/share/doc/qvge/README.md
/usr/share/licenses/qvge
/usr/share/licenses/qvge/LICENSE
/usr/share/licenses/qvge/LICENSE.qprocessinfo
/usr/share/licenses/qvge/LICENSE.qtpropertybrowser
/usr/share/licenses/qvge/README.qsint
/usr/share/mime/packages/application-xgr.xml
/usr/share/pixmaps/qvge.png

References

Summary

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