How To Install QMsgBox-qt5 on Fedora 36

In this tutorial we learn how to install QMsgBox-qt5 in Fedora 36. QMsgBox-qt5 is Qt5 version of QMsgBox

Introduction

In this tutorial we learn how to install QMsgBox-qt5 on Fedora 36.

What is QMsgBox-qt5

QMsgBox is a class that inherits QMessageBox to replace the static functions * QMessageBox * QMessageBox * QMessageBox * QMessageBox All other functions remain the same. The usage of the replaced function also remains the same. The objective of this class is to solve a problem that prevents the message icon from being displayed in some platforms with some Qt styles.

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

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

sudo dnf -y install QMsgBox-qt5

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

---
sudo yum -y install QMsgBox-qt5

title: “How To Install QMsgBox-qt5 on Fedora 36”

How To Uninstall QMsgBox-qt5 on Fedora 36

linkTitle: “QMsgBox-qt5”

type: “docs” To uninstall only the QMsgBox-qt5 package we can use the following command: description: “In this tutorial we learn how to install QMsgBox-qt5 in Fedora 36. QMsgBox-qt5 is Qt5 version of QMsgBox”

date: “2022-08-17”

lastmod: "2022-08-17"
sudo dnf remove QMsgBox-qt5

#image: /images/fedora/36/QMsgBox-qt5-featured.png


QMsgBox-qt5 Package Contents on Fedora 36

Introduction

In this tutorial we learn how to install `QMsgBox-qt5` on Fedora 36.

### What is `QMsgBox-qt5`

> QMsgBox is a class that inherits QMessageBox to replace the static functions * QMessageBox * QMessageBox * QMessageBox * QMessageBox  All other functions remain the same. The usage of the replaced function also remains the same.  The objective of this class is to solve a problem that prevents the message icon from being displayed in some platforms with some Qt styles.  

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

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

sudo dnf -y install QMsgBox-qt5

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

sudo yum -y install QMsgBox-qt5

How To Uninstall QMsgBox-qt5 on Fedora 36

To uninstall only the QMsgBox-qt5 package we can use the following command:

sudo dnf remove QMsgBox-qt5

QMsgBox-qt5 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/45
/usr/lib/.build-id/45/02e78b32e95ff8e54042fb7de4e8aebcea1418
/usr/lib64/libQMsgBox-qt5.so.1
/usr/lib64/libQMsgBox-qt5.so.1.0
/usr/lib64/libQMsgBox-qt5.so.1.0.0
/usr/share/doc/QMsgBox-qt5
/usr/share/doc/QMsgBox-qt5/LICENSE.GPL3

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/22 /usr/lib/.build-id/22/7f443d83e5abc366c8c34fa6f232030615f764 /usr/lib/libQMsgBox-qt5.so.1 /usr/lib/libQMsgBox-qt5.so.1.0 /usr/lib/libQMsgBox-qt5.so.1.0.0 /usr/share/doc/QMsgBox-qt5 /usr/share/doc/QMsgBox-qt5/LICENSE.GPL3


## References

* [QMsgBox-qt5 website](http://www.qtcentre.org/wiki/index.php?title=QMsgBox_%28Solves_the_QMessageBox_icon_problem%29)

## Summary

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