How To Install qwtplot3d-qt4 on Fedora 36

In this tutorial we learn how to install qwtplot3d-qt4 in Fedora 36. qwtplot3d-qt4 is Qt4/OpenGL-based C++ library providing a bunch of 3D-widgets

Introduction

In this tutorial we learn how to install qwtplot3d-qt4 on Fedora 36.

What is qwtplot3d-qt4

QwtPlot3D is not a program, but a feature-rich Qt4/OpenGL-based C++ programming library, providing essentially a bunch of 3D-widgets for programmers.

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

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

sudo dnf -y install qwtplot3d-qt4

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

sudo yum -y install qwtplot3d-qt4

How To Uninstall qwtplot3d-qt4 on Fedora 36

To uninstall only the qwtplot3d-qt4 package we can use the following command:

sudo dnf remove qwtplot3d-qt4

qwtplot3d-qt4 Package Contents on Fedora 36

---
title: "How To Install qwtplot3d-qt4 on Fedora 36"
linkTitle: "qwtplot3d-qt4"
type: "docs"
description: "In this tutorial we learn how to install qwtplot3d-qt4 in Fedora 36. qwtplot3d-qt4 is Qt4/OpenGL-based C++ library providing a bunch of 3D-widgets"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/qwtplot3d-qt4-featured.png
---

## Introduction

In this tutorial we learn how to install `qwtplot3d-qt4` on Fedora 36.

### What is `qwtplot3d-qt4`

> QwtPlot3D is not a program, but a feature-rich Qt4/OpenGL-based C++ programming library, providing essentially a bunch of 3D-widgets for programmers.  

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

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

sudo dnf -y install qwtplot3d-qt4

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

sudo yum -y install qwtplot3d-qt4

How To Uninstall qwtplot3d-qt4 on Fedora 36

To uninstall only the qwtplot3d-qt4 package we can use the following command:

sudo dnf remove qwtplot3d-qt4

qwtplot3d-qt4 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/0823fc6c6faa267beabdb44b99da2a52756ee9
/usr/lib64/libqwtplot3d-qt4.so.0
/usr/lib64/libqwtplot3d-qt4.so.0.2.7
/usr/share/licenses/qwtplot3d-qt4
/usr/share/licenses/qwtplot3d-qt4/COPYING

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/5c /usr/lib/.build-id/5c/fc6565aaac72eaa3e7cff9233d654020312da7 /usr/lib/libqwtplot3d-qt4.so.0 /usr/lib/libqwtplot3d-qt4.so.0.2.7 /usr/share/licenses/qwtplot3d-qt4 /usr/share/licenses/qwtplot3d-qt4/COPYING


## References

* [qwtplot3d-qt4 website](http://qwtplot3d.sourceforge.net/)

## Summary

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