How To Install kdevelop-pg-qt on Fedora 36

In this tutorial we learn how to install kdevelop-pg-qt in Fedora 36. kdevelop-pg-qt is A parser generator

Introduction

In this tutorial we learn how to install kdevelop-pg-qt on Fedora 36.

What is kdevelop-pg-qt

KDevelop-PG-Qt is a parser generator written in readable source-code and generating readable source-code. Its syntax was inspired by AntLR. It implements the visitor-pattern and uses the Qt library. That is why it is ideal to be used in Qt-/KDE-based applications like KDevelop.

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

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

sudo dnf -y install kdevelop-pg-qt

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

sudo yum -y install kdevelop-pg-qt

How To Uninstall kdevelop-pg-qt on Fedora 36

To uninstall only the kdevelop-pg-qt package we can use the following command:

sudo dnf remove kdevelop-pg-qt

kdevelop-pg-qt Package Contents on Fedora 36

---
title: "How To Install kdevelop-pg-qt on Fedora 36"
linkTitle: "kdevelop-pg-qt"
type: "docs"
description: "In this tutorial we learn how to install kdevelop-pg-qt in Fedora 36. kdevelop-pg-qt is A parser generator"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/kdevelop-pg-qt-featured.png
---

## Introduction

In this tutorial we learn how to install `kdevelop-pg-qt` on Fedora 36.

### What is `kdevelop-pg-qt`

> KDevelop-PG-Qt is a parser generator written in readable source-code and generating readable source-code. Its syntax was inspired by AntLR. It implements the visitor-pattern and uses the Qt library. That is why it is ideal to be used in Qt-/KDE-based applications like KDevelop.  

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

## Install kdevelop-pg-qt on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install kdevelop-pg-qt using dnf by running the following command:

sudo dnf -y install kdevelop-pg-qt

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

sudo yum -y install kdevelop-pg-qt

How To Uninstall kdevelop-pg-qt on Fedora 36

To uninstall only the kdevelop-pg-qt package we can use the following command:

sudo dnf remove kdevelop-pg-qt

kdevelop-pg-qt Package Contents on Fedora 36

/usr/bin/kdev-pg-qt
/usr/lib/.build-id
/usr/lib/.build-id/91
/usr/lib/.build-id/91/c7c1b55e785fd4d28e43837771267d43b81651
/usr/share/doc/kdevelop-pg-qt
/usr/share/doc/kdevelop-pg-qt/AUTHORS
/usr/share/doc/kdevelop-pg-qt/README
/usr/share/licenses/kdevelop-pg-qt
/usr/share/licenses/kdevelop-pg-qt/COPYING.LIB

References

Summary

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

/usr/bin/kdev-pg-qt /usr/lib/.build-id /usr/lib/.build-id/09 /usr/lib/.build-id/09/87e25ded89c9bcf0cd861afd77a4b31c1df56e /usr/share/doc/kdevelop-pg-qt /usr/share/doc/kdevelop-pg-qt/AUTHORS /usr/share/doc/kdevelop-pg-qt/README /usr/share/licenses/kdevelop-pg-qt /usr/share/licenses/kdevelop-pg-qt/COPYING.LIB


## References

* [kdevelop-pg-qt website](http://techbase.kde.org/Development/KDevelop-PG-Qt_Introduction)

## Summary

In this tutorial we learn how to install `kdevelop-pg-qt` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).