How To Install qwtplot3d-qt5-devel on Fedora 36

In this tutorial we learn how to install qwtplot3d-qt5-devel in Fedora 36. qwtplot3d-qt5-devel is Development files for qwtplot3d-qt5

Introduction

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

What is qwtplot3d-qt5-devel

The qwtplot3d-qt5-devel package contains qt5 libraries and header files for developing applications that use qwtplot3d-qt5.

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

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

sudo dnf -y install qwtplot3d-qt5-devel

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

sudo yum -y install qwtplot3d-qt5-devel

How To Uninstall qwtplot3d-qt5-devel on Fedora 36

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

sudo dnf remove qwtplot3d-qt5-devel

qwtplot3d-qt5-devel Package Contents on Fedora 36

/usr/include/qt5/qwtplot3d-qt5
/usr/include/qt5/qwtplot3d-qt5/qwt3d_autoptr.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_autoscaler.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_axis.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_color.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_colorlegend.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_coordsys.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_drawable.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_enrichment.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_enrichment_std.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_function.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_global.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_graphplot.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_gridmapping.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_helper.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_io.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_io_gl2ps.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_io_reader.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_label.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_mapping.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_multiplot.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_openglhelper.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_parametricsurface.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_plot.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_portability.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_scale.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_surfaceplot.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_types.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_volumeplot.h
/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/cfd158bb6a8f96253d0b1377f5586859f845ee
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/0ae5f0d5365bc8776b416dd8e0034589cf25cd
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/e4c1eec52093ac0c12fcf9ef0ce2bdf22061cb
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/dcb0dff80ed49b7ee8a3dde08ba83fab5e2f4e
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/d64d4fbbe328a1f14b6633b3759378e1a9ff35
/usr/lib64/libqwtplot3d-qt5.so
/usr/libexec/qwtplot3d-qt5
/usr/libexec/qwtplot3d-qt5/autoswitch
/usr/libexec/qwtplot3d-qt5/axes
/usr/libexec/qwtplot3d-qt5/enrichments
/usr/libexec/qwtplot3d-qt5/mesh2
/usr/libexec/qwtplot3d-qt5/simpleplot
---
title: "How To Install qwtplot3d-qt5-devel on Fedora 36"
linkTitle: "qwtplot3d-qt5-devel"
type: "docs"
description: "In this tutorial we learn how to install qwtplot3d-qt5-devel in Fedora 36. qwtplot3d-qt5-devel is Development files for qwtplot3d-qt5"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/qwtplot3d-qt5-devel-featured.png
---

## Introduction

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

### What is `qwtplot3d-qt5-devel`

> The qwtplot3d-qt5-devel package contains qt5 libraries and header files for developing applications that use qwtplot3d-qt5.  

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

Install qwtplot3d-qt5-devel on Fedora 36 Using dnf

References

Update yum database with dnf using the following command.

## Summary
sudo dnf makecache --refresh

In this tutorial we learn how to install qwtplot3d-qt5-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/). After updating yum database, We can install qwtplot3d-qt5-devel using dnf by running the following command:

sudo dnf -y install qwtplot3d-qt5-devel

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

sudo yum -y install qwtplot3d-qt5-devel

How To Uninstall qwtplot3d-qt5-devel on Fedora 36

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

sudo dnf remove qwtplot3d-qt5-devel

qwtplot3d-qt5-devel Package Contents on Fedora 36

/usr/include/qt5/qwtplot3d-qt5
/usr/include/qt5/qwtplot3d-qt5/qwt3d_autoptr.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_autoscaler.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_axis.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_color.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_colorlegend.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_coordsys.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_drawable.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_enrichment.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_enrichment_std.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_function.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_global.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_graphplot.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_gridmapping.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_helper.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_io.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_io_gl2ps.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_io_reader.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_label.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_mapping.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_multiplot.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_openglhelper.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_parametricsurface.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_plot.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_portability.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_scale.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_surfaceplot.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_types.h
/usr/include/qt5/qwtplot3d-qt5/qwt3d_volumeplot.h
/usr/lib/.build-id
/usr/lib/.build-id/37
/usr/lib/.build-id/37/57c8fb54e7f6cbd31c227bcb911b6a974dd0e7
/usr/lib/.build-id/73
/usr/lib/.build-id/73/a1d0f5779df6ca829bd0a89c9380040981e48c
/usr/lib/.build-id/81
/usr/lib/.build-id/81/03006551815221c69ef230560f887c2cf2550a
/usr/lib/.build-id/db
/usr/lib/.build-id/db/9a3f91307a9b1421e0bc0d566686ba20c9ae65
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/b9d46184130390376de9b31f42b80764e98b72
/usr/lib/libqwtplot3d-qt5.so
/usr/libexec/qwtplot3d-qt5
/usr/libexec/qwtplot3d-qt5/autoswitch
/usr/libexec/qwtplot3d-qt5/axes
/usr/libexec/qwtplot3d-qt5/enrichments
/usr/libexec/qwtplot3d-qt5/mesh2
/usr/libexec/qwtplot3d-qt5/simpleplot

References

Summary

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