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

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

Introduction

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

What is libQGLViewer-qt5-devel

The libQGLViewer-devel package contains libraries and header files for developing applications that use libQGLViewer and Qt5.

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

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

sudo dnf -y install libQGLViewer-qt5-devel

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

sudo yum -y install libQGLViewer-qt5-devel

How To Uninstall libQGLViewer-qt5-devel on Rocky Linux 8

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

sudo dnf remove libQGLViewer-qt5-devel

libQGLViewer-qt5-devel Package Contents on Rocky Linux 8

/usr/include/QGLViewer
/usr/include/QGLViewer/camera.h
/usr/include/QGLViewer/config.h
/usr/include/QGLViewer/constraint.h
/usr/include/QGLViewer/domUtils.h
/usr/include/QGLViewer/frame.h
/usr/include/QGLViewer/keyFrameInterpolator.h
/usr/include/QGLViewer/manipulatedCameraFrame.h
/usr/include/QGLViewer/manipulatedFrame.h
/usr/include/QGLViewer/mouseGrabber.h
/usr/include/QGLViewer/qglviewer.h
/usr/include/QGLViewer/qglviewer_fr.qm
/usr/include/QGLViewer/quaternion.h
/usr/include/QGLViewer/vec.h
/usr/lib64/libQGLViewer-qt5.so

References

Summary

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