How to Install and Uninstall QMsgBox-qt5.x86_64 Package on Fedora 36

Last updated: October 07,2024

1. Install "QMsgBox-qt5.x86_64" package

In this section, we are going to explain the necessary steps to install QMsgBox-qt5.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install QMsgBox-qt5.x86_64

2. Uninstall "QMsgBox-qt5.x86_64" package

This guide covers the steps necessary to uninstall QMsgBox-qt5.x86_64 on Fedora 36:

$ sudo dnf remove QMsgBox-qt5.x86_64 $ sudo dnf autoremove

3. Information about the QMsgBox-qt5.x86_64 package on Fedora 36

Last metadata expiration check: 1:33:17 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : QMsgBox-qt5
Version : 0
Release : 21.20130830git94677dc.fc36
Architecture : x86_64
Size : 41 k
Source : QMsgBox-0-21.20130830git94677dc.fc36.src.rpm
Repository : fedora
Summary : Qt5 version of QMsgBox
URL : http://www.qtcentre.org/wiki/index.php?title=QMsgBox_%28Solves_the_QMessageBox_icon_problem%29
License : GPLv3+
Description : QMsgBox is a class that inherits QMessageBox to replace the static
: functions:
: * QMessageBox::warning
: * QMessageBox::information
: * QMessageBox::critical
: * QMessageBox::question
:
: 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.