How To Install qt5-qtx11extras-devel on Rocky Linux 8

In this tutorial we learn how to install qt5-qtx11extras-devel on Rocky Linux 8. qt5-qtx11extras-devel is Development files for qt5-qtx11extras

Introduction

In this tutorial we learn how to install qt5-qtx11extras-devel on Rocky Linux 8.

What is qt5-qtx11extras-devel

Development files for qt5-qtx11extras.

We can use yum or dnf to install qt5-qtx11extras-devel on Rocky Linux 8. 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 Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8

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 Rocky Linux 8

/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
/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/lib64/cmake/Qt5X11Extras
/usr/lib64/cmake/Qt5X11Extras/Qt5X11ExtrasConfig.cmake
/usr/lib64/cmake/Qt5X11Extras/Qt5X11ExtrasConfigVersion.cmake
/usr/lib64/libQt5X11Extras.prl
/usr/lib64/libQt5X11Extras.so
/usr/lib64/pkgconfig/Qt5X11Extras.pc
/usr/lib64/qt5/mkspecs/modules/qt_lib_x11extras.pri
/usr/lib64/qt5/mkspecs/modules/qt_lib_x11extras_private.pri

References

Summary

In this tutorial we learn how to install qt5-qtx11extras-devel on Rocky Linux 8 using yum and dnf.