How To Install qwt-qt5 on Fedora 36
Introduction
In this tutorial we learn how to install qwt-qt5
on Fedora 36.
What is qwt-qt5
Qt5 Widgets for Technical Applications.
We can use yum
or dnf
to install qwt-qt5
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qwt-qt5.
Install qwt-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 qwt-qt5
using dnf
by running the following command:
sudo dnf -y install qwt-qt5
Install qwt-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 qwt-qt5
using yum
by running the following command:
sudo yum -y install qwt-qt5
How To Uninstall qwt-qt5 on Fedora 36
To uninstall only the qwt-qt5
package we can use the following command:
sudo dnf remove qwt-qt5
qwt-qt5 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/bebf2790b335743f669ca8ad45cc7783573da4
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/38b7f6f6204c9529c225e17a573a3cb87365be
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/9622318f5abdbd3efca291ef0dd06bc4b3ba83
/usr/lib64/libqwt-qt5.so.6
/usr/lib64/libqwt-qt5.so.6.1
/usr/lib64/libqwt-qt5.so.6.1.5
/usr/lib64/libqwtmathml-qt5.so.6
/usr/lib64/libqwtmathml-qt5.so.6.1
/usr/lib64/libqwtmathml-qt5.so.6.1.5
/usr/lib64/qt5/plugins/designer/libqwt_designer_plugin.so
/usr/share/doc/qwt-qt5
/usr/share/doc/qwt-qt5/README
/usr/share/licenses/qwt-qt5
/usr/share/licenses/qwt-qt5/COPYING
---
title: "How To Install qwt-qt5 on Fedora 36"
linkTitle: "qwt-qt5"
type: "docs"
description: "In this tutorial we learn how to install qwt-qt5 in Fedora 36. qwt-qt5 is Qt5 Widgets for Technical Applications"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/qwt-qt5-featured.png
---
## Introduction
In this tutorial we learn how to install `qwt-qt5` on Fedora 36.
### What is `qwt-qt5`
> Qt5 Widgets for Technical Applications.
We can use `yum` or `dnf` to install `qwt-qt5` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qwt-qt5.
## Install qwt-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 qwt-qt5
using dnf
by running the following command:
sudo dnf -y install qwt-qt5
Install qwt-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 qwt-qt5
using yum
by running the following command:
sudo yum -y install qwt-qt5
How To Uninstall qwt-qt5 on Fedora 36
To uninstall only the `qwt-qt5` package we can use the following command:
## References
```bash
sudo dnf remove qwt-qt5
* [qwt-qt5 website](http://qwt.sourceforge.net)
Summary
qwt-qt5 Package Contents on Fedora 36
In this tutorial we learn how to install `qwt-qt5` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/fd7c231cfb377298a298e1cdd32b0fc3f0e1ac
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/3aadadb58f16d0e17ba3808182ac017b3b7317
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/1b362203d8d41eba91a7b04b4c8247a2ffec16
/usr/lib/libqwt-qt5.so.6
/usr/lib/libqwt-qt5.so.6.1
/usr/lib/libqwt-qt5.so.6.1.5
/usr/lib/libqwtmathml-qt5.so.6
/usr/lib/libqwtmathml-qt5.so.6.1
/usr/lib/libqwtmathml-qt5.so.6.1.5
/usr/lib/qt5/plugins/designer/libqwt_designer_plugin.so
/usr/share/doc/qwt-qt5
/usr/share/doc/qwt-qt5/README
/usr/share/licenses/qwt-qt5
/usr/share/licenses/qwt-qt5/COPYING
References
Summary
In this tutorial we learn how to install qwt-qt5
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).