How To Install qwt on Fedora 36
Introduction
In this tutorial we learn how to install qwt
on Fedora 36.
What is qwt
The Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Besides a 2D plot widget it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays or ranges of type double.
We can use yum
or dnf
to install qwt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qwt.
Install qwt 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
using dnf
by running the following command:
sudo dnf -y install qwt
Install qwt 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
using yum
by running the following command:
sudo yum -y install qwt
How To Uninstall qwt on Fedora 36
To uninstall only the qwt
package we can use the following command:
sudo dnf remove qwt
qwt Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/a75dcf6b726c489434ad343344b8ddf4b1831d
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/fae4bdcd883e786607a3b1f12108db5a4eabfc
/usr/lib64/libqwt.so.6
/usr/lib64/libqwt.so.6.1
/usr/lib64/libqwt.so.6.1.5
/usr/lib64/libqwtmathml.so.6
/usr/lib64/libqwtmathml.so.6.1
/usr/lib64/libqwtmathml.so.6.1.5
/usr/share/doc/qwt
/usr/share/doc/qwt/README
/usr/share/licenses/qwt
/usr/share/licenses/qwt/COPYING
References
Summary
In this tutorial we learn how to install qwt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install qwt on Fedora 36” linkTitle: “qwt” type: “docs” description: “In this tutorial we learn how to install qwt in Fedora 36. qwt is Qt Widgets for Technical Applications” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/qwt-featured.png
Introduction
In this tutorial we learn how to install qwt
on Fedora 36.
What is qwt
The Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Besides a 2D plot widget it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays or ranges of type double.
We can use yum
or dnf
to install qwt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qwt.
Install qwt 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
using dnf
by running the following command:
sudo dnf -y install qwt
Install qwt 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
using yum
by running the following command:
sudo yum -y install qwt
How To Uninstall qwt on Fedora 36
To uninstall only the qwt
package we can use the following command:
sudo dnf remove qwt
qwt Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/45
/usr/lib/.build-id/45/547377e98229e2feb10ed920d4c90cf51bfa76
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/c21e71a1e6995b819bbb1deb79821e5fea8837
/usr/lib/libqwt.so.6
/usr/lib/libqwt.so.6.1
/usr/lib/libqwt.so.6.1.5
/usr/lib/libqwtmathml.so.6
/usr/lib/libqwtmathml.so.6.1
/usr/lib/libqwtmathml.so.6.1.5
/usr/share/doc/qwt
/usr/share/doc/qwt/README
/usr/share/licenses/qwt
/usr/share/licenses/qwt/COPYING
References
Summary
In this tutorial we learn how to install qwt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).