How To Install qcustomplot on Fedora 36
Introduction
In this tutorial we learn how to install qcustomplot
on Fedora 36.
What is qcustomplot
QCustomPlot is a Qt C++ widget for plotting and data visualization. This plotting library focuses on making good looking, publication quality 2D plots, graphs and charts, as well as offering high performance for realtime visualization applications. This package contains the Qt4 version.
We can use yum
or dnf
to install qcustomplot
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qcustomplot.
Install qcustomplot 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 qcustomplot
using dnf
by running the following command:
sudo dnf -y install qcustomplot
Install qcustomplot 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 qcustomplot
using yum
by running the following command:
sudo yum -y install qcustomplot
How To Uninstall qcustomplot on Fedora 36
To uninstall only the qcustomplot
package we can use the following command:
sudo dnf remove qcustomplot
qcustomplot Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/82498fa49b454ba87ad83856050cdf0fc30ef7
/usr/lib64/libqcustomplot.so.2
/usr/lib64/libqcustomplot.so.2.0
/usr/lib64/libqcustomplot.so.2.0.0
/usr/share/doc/qcustomplot
/usr/share/doc/qcustomplot/changelog.txt
/usr/share/licenses/qcustomplot
/usr/share/licenses/qcustomplot/GPL.txt
References
Summary
In this tutorial we learn how to install qcustomplot
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install qcustomplot on Fedora 36” linkTitle: “qcustomplot” type: “docs” description: “In this tutorial we learn how to install qcustomplot in Fedora 36. qcustomplot is Qt widget for plotting and data visualization” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/qcustomplot-featured.png
Introduction
In this tutorial we learn how to install qcustomplot
on Fedora 36.
What is qcustomplot
QCustomPlot is a Qt C++ widget for plotting and data visualization. This plotting library focuses on making good looking, publication quality 2D plots, graphs and charts, as well as offering high performance for realtime visualization applications. This package contains the Qt4 version.
We can use yum
or dnf
to install qcustomplot
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qcustomplot.
Install qcustomplot 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 qcustomplot
using dnf
by running the following command:
sudo dnf -y install qcustomplot
Install qcustomplot 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 qcustomplot
using yum
by running the following command:
sudo yum -y install qcustomplot
How To Uninstall qcustomplot on Fedora 36
To uninstall only the qcustomplot
package we can use the following command:
sudo dnf remove qcustomplot
qcustomplot Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/a15d3d60a973bead45cb5096f1775f0ae654f7
/usr/lib/libqcustomplot.so.2
/usr/lib/libqcustomplot.so.2.0
/usr/lib/libqcustomplot.so.2.0.0
/usr/share/doc/qcustomplot
/usr/share/doc/qcustomplot/changelog.txt
/usr/share/licenses/qcustomplot
/usr/share/licenses/qcustomplot/GPL.txt
References
Summary
In this tutorial we learn how to install qcustomplot
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).