How To Install qt5-qtx11extras-devel on Fedora 36

In this tutorial we learn how to install qt5-qtx11extras-devel in Fedora 36. qt5-qtx11extras-devel is Development files for qt5-qtx11extras

Introduction

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

What is qt5-qtx11extras-devel

Development files for qt5-qtx11extras.

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

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

sudo dnf -y install qt5-qtx11extras-devel

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

sudo yum -y install qt5-qtx11extras-devel

How To Uninstall qt5-qtx11extras-devel on Fedora 36

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

sudo dnf remove qt5-qtx11extras-devel

qt5-qtx11extras-devel Package Contents on Fedora 36

/usr/include/qt5/QtX11Extras
/usr/include/qt5/QtX11Extras/QX11Info
/usr/include/qt5/QtX11Extras/QtX11Extras
/usr/include/qt5/QtX11Extras/QtX11ExtrasDepends
/usr/include/qt5/QtX11Extras/QtX11ExtrasVersion
/usr/include/qt5/QtX11Extras/qtx11extrasglobal.h
/usr/include/qt5/QtX11Extras/qtx11extrasversion.h
/usr/include/qt5/QtX11Extras/qx11info_x11.h
/usr/lib/cmake/Qt5X11Extras
/usr/lib/cmake/Qt5X11Extras/Qt5X11ExtrasConfig.cmake
/usr/lib/cmake/Qt5X11Extras/Qt5X11ExtrasConfigVersion.cmake
/usr/lib/libQt5X11Extras.prl
/usr/lib/libQt5X11Extras.so
/usr/lib/pkgconfig/Qt5X11Extras.pc
/usr/lib/qt5/mkspecs/modules/qt_lib_x11extras.pri
/usr/lib/qt5/mkspecs/modules/qt_lib_x11extras_private.pri

References

Summary

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