How To Install QMsgBox on Fedora 36
Introduction
In this tutorial we learn how to install QMsgBox
on Fedora 36.
What is QMsgBox
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
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install QMsgBox.
Install QMsgBox 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
using dnf
by running the following command:
sudo dnf -y install QMsgBox
Install QMsgBox 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
using yum
by running the following command:
sudo yum -y install QMsgBox
How To Uninstall QMsgBox on Fedora 36
To uninstall only the QMsgBox
package we can use the following command:
sudo dnf remove QMsgBox
QMsgBox Package Contents on Fedora 36
---
title: "How To Install QMsgBox on Fedora 36"
linkTitle: "QMsgBox"
type: "docs"
description: "In this tutorial we learn how to install QMsgBox in Fedora 36. QMsgBox is Solves a problem that prevents qt message icons from being displayed"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/QMsgBox-featured.png
---
## Introduction
In this tutorial we learn how to install `QMsgBox` on Fedora 36.
### What is `QMsgBox`
> 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` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install QMsgBox.
## Install QMsgBox 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
using dnf
by running the following command:
sudo dnf -y install QMsgBox
Install QMsgBox 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
using yum
by running the following command:
sudo yum -y install QMsgBox
How To Uninstall QMsgBox on Fedora 36
To uninstall only the QMsgBox
package we can use the following command:
sudo dnf remove QMsgBox
QMsgBox Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/73891a106b1bf85b8d1926cd5020b2c5ff240f
/usr/lib/libQMsgBox.so.1
/usr/lib/libQMsgBox.so.1.0
/usr/lib/libQMsgBox.so.1.0.0
/usr/share/doc/QMsgBox
/usr/share/doc/QMsgBox/LICENSE.GPL3
/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/2ae1875e5c3403a68321d29a05b4c67e5a8785
/usr/lib64/libQMsgBox.so.1
/usr/lib64/libQMsgBox.so.1.0
/usr/lib64/libQMsgBox.so.1.0.0
/usr/share/doc/QMsgBox
/usr/share/doc/QMsgBox/LICENSE.GPL3
References
Summary
In this tutorial we learn how to install QMsgBox
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
## References
* [QMsgBox 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` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).