How To Install gio-qt on Fedora 36

In this tutorial we learn how to install gio-qt in Fedora 36. gio-qt is Gio wrapper for Qt applications

Introduction

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

What is gio-qt

This package provides a GIO wrapper class for Qt.

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

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

sudo dnf -y install gio-qt

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

sudo yum -y install gio-qt

How To Uninstall gio-qt on Fedora 36

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

sudo dnf remove gio-qt

gio-qt Package Contents on Fedora 36

---
title: "How To Install gio-qt on Fedora 36"
linkTitle: "gio-qt"
type: "docs"
description: "In this tutorial we learn how to install gio-qt in Fedora 36. gio-qt is Gio wrapper for Qt applications"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/gio-qt-featured.png
---

## Introduction

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

### What is `gio-qt`

> This package provides a GIO wrapper class for Qt.  

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

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

sudo dnf -y install gio-qt

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

sudo yum -y install gio-qt

How To Uninstall gio-qt on Fedora 36

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

sudo dnf remove gio-qt

gio-qt Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/c6f507f66e2791840435a5b4e6a5d4ebb5b25d
/usr/lib/libgio-qt.so.0
/usr/lib/libgio-qt.so.0.0.1
/usr/share/doc/gio-qt
/usr/share/doc/gio-qt/README.md
/usr/share/licenses/gio-qt
/usr/share/licenses/gio-qt/LICENSE

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/f7 /usr/lib/.build-id/f7/da75892a7887880ca8add481a83ad526a7eaab /usr/lib64/libgio-qt.so.0 /usr/lib64/libgio-qt.so.0.0.1 /usr/share/doc/gio-qt /usr/share/doc/gio-qt/README.md /usr/share/licenses/gio-qt /usr/share/licenses/gio-qt/LICENSE


## References

* [gio-qt website](https://github.com/linuxdeepin/gio-qt)

## Summary

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