How To Install libQGLViewer on Fedora 36

In this tutorial we learn how to install libQGLViewer in Fedora 36. libQGLViewer is Qt based OpenGL generic 3D viewer library

Introduction

In this tutorial we learn how to install libQGLViewer on Fedora 36.

What is libQGLViewer

libQGLViewer is a C++ library based on Qt that eases the creation of OpenGL 3D viewers. It provides some of the typical 3D viewer functionality, such as the possibility to move the camera using the mouse, which lacks in most of the other APIs. Other features include mouse manipulated frames, interpolated key-frames, object selection, stereo display, screenshot saving and much more. It can be used by OpenGL beginners as well as to create complex applications, being fully customizable and easy to extend.

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

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

sudo dnf -y install libQGLViewer

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

sudo yum -y install libQGLViewer

How To Uninstall libQGLViewer on Fedora 36

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

sudo dnf remove libQGLViewer

libQGLViewer Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/83
/usr/lib/.build-id/83/da9199f64eaef59abf53d4333f6b87ec8f5ae2
/usr/lib64/libQGLViewer-qt4.so.2.6.4
/usr/share/doc/libQGLViewer
/usr/share/doc/libQGLViewer/CHANGELOG
/usr/share/doc/libQGLViewer/GPL_EXCEPTION
/usr/share/doc/libQGLViewer/LICENCE
/usr/share/doc/libQGLViewer/README

References

Summary

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


title: “How To Install libQGLViewer on Fedora 36” linkTitle: “libQGLViewer” type: “docs” description: “In this tutorial we learn how to install libQGLViewer in Fedora 36. libQGLViewer is Qt based OpenGL generic 3D viewer library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libQGLViewer-featured.png

Introduction

In this tutorial we learn how to install libQGLViewer on Fedora 36.

What is libQGLViewer

libQGLViewer is a C++ library based on Qt that eases the creation of OpenGL 3D viewers. It provides some of the typical 3D viewer functionality, such as the possibility to move the camera using the mouse, which lacks in most of the other APIs. Other features include mouse manipulated frames, interpolated key-frames, object selection, stereo display, screenshot saving and much more. It can be used by OpenGL beginners as well as to create complex applications, being fully customizable and easy to extend.

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

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

sudo dnf -y install libQGLViewer

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

sudo yum -y install libQGLViewer

How To Uninstall libQGLViewer on Fedora 36

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

sudo dnf remove libQGLViewer

libQGLViewer Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/59
/usr/lib/.build-id/59/da88a2d010b5d99e8f1486c120a239bdf339b4
/usr/lib/libQGLViewer-qt4.so.2.6.4
/usr/share/doc/libQGLViewer
/usr/share/doc/libQGLViewer/CHANGELOG
/usr/share/doc/libQGLViewer/GPL_EXCEPTION
/usr/share/doc/libQGLViewer/LICENCE
/usr/share/doc/libQGLViewer/README

References

Summary

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