How To Install libQGLViewer-qt5 on Fedora 36

In this tutorial we learn how to install libQGLViewer-qt5 in Fedora 36. libQGLViewer-qt5 is Qt5 version of libQGLViewer

Introduction

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

What is libQGLViewer-qt5

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-qt5 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libQGLViewer-qt5.

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

sudo dnf -y install libQGLViewer-qt5

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

sudo yum -y install libQGLViewer-qt5

How To Uninstall libQGLViewer-qt5 on Fedora 36

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

sudo dnf remove libQGLViewer-qt5

libQGLViewer-qt5 Package Contents on Fedora 36

---
title: "How To Install libQGLViewer-qt5 on Fedora 36"
linkTitle: "libQGLViewer-qt5"
type: "docs"
description: "In this tutorial we learn how to install libQGLViewer-qt5 in Fedora 36. libQGLViewer-qt5 is Qt5 version of libQGLViewer"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libQGLViewer-qt5-featured.png
---

## Introduction

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

### What is `libQGLViewer-qt5`

> 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-qt5` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libQGLViewer-qt5.

## Install libQGLViewer-qt5 on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install libQGLViewer-qt5 using dnf by running the following command:

sudo dnf -y install libQGLViewer-qt5

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

sudo yum -y install libQGLViewer-qt5

How To Uninstall libQGLViewer-qt5 on Fedora 36

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

sudo dnf remove libQGLViewer-qt5

libQGLViewer-qt5 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/6bd2fbb605c65a5a940bbc4e8c52e69b31c054
/usr/lib64/libQGLViewer-qt5.so.2.6.4
/usr/share/doc/libQGLViewer-qt5
/usr/share/doc/libQGLViewer-qt5/CHANGELOG
/usr/share/doc/libQGLViewer-qt5/GPL_EXCEPTION
/usr/share/doc/libQGLViewer-qt5/LICENCE
/usr/share/doc/libQGLViewer-qt5/README

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/78 /usr/lib/.build-id/78/8567721d90e8318e82e41d54b40b461947aa40 /usr/lib/libQGLViewer-qt5.so.2.6.4 /usr/share/doc/libQGLViewer-qt5 /usr/share/doc/libQGLViewer-qt5/CHANGELOG /usr/share/doc/libQGLViewer-qt5/GPL_EXCEPTION /usr/share/doc/libQGLViewer-qt5/LICENCE /usr/share/doc/libQGLViewer-qt5/README


## References

* [libQGLViewer-qt5 website](http://www.libqglviewer.com/index.html)

## Summary

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